nidas  v1.2-1520
Classes | Macros | Variables
pcmcom8.h File Reference

Go to the source code of this file.

Classes

struct  pcmcom8_serial_port
 
struct  pcmcom8_config
 

Macros

#define PCMCOM8_NR_PORTS   8 /* number of serial ports on a board */
 
#define PCMCOM8_IOC_MAGIC   'p'
 
#define PCMCOM8_IOCSPORTCONFIG   _IOW(PCMCOM8_IOC_MAGIC, 1, struct pcmcom8_config)
 
#define PCMCOM8_IOCGPORTCONFIG   _IOR(PCMCOM8_IOC_MAGIC, 2, struct pcmcom8_config)
 
#define PCMCOM8_IOCSEEPORTCONFIG   _IOW(PCMCOM8_IOC_MAGIC, 3, struct pcmcom8_config)
 
#define PCMCOM8_IOCGEEPORTCONFIG   _IOR(PCMCOM8_IOC_MAGIC, 4, struct pcmcom8_config)
 
#define PCMCOM8_IOCEECONFIGLOAD   _IO(PCMCOM8_IOC_MAGIC, 5)
 
#define PCMCOM8_IOCPORTENABLE   _IO(PCMCOM8_IOC_MAGIC, 6)
 
#define PCMCOM8_IOCGNBOARD   _IOR(PCMCOM8_IOC_MAGIC, 7, int)
 
#define PCMCOM8_IOCGISABASE   _IOR(PCMCOM8_IOC_MAGIC,8,unsigned long)
 
#define PCMCOM8_IOC_MAXNR   9
 

Variables

struct pcmcom8_serial_port pcmcom8_serial_port
 
struct pcmcom8_config pcmcom8_config
 

Macro Definition Documentation

#define PCMCOM8_IOC_MAGIC   'p'

Referenced by pcmcom8_ioctl().

#define PCMCOM8_IOC_MAXNR   9

Referenced by pcmcom8_ioctl().

#define PCMCOM8_IOCEECONFIGLOAD   _IO(PCMCOM8_IOC_MAGIC, 5)

Referenced by pcmcom8_ioctl(), and setConfig().

#define PCMCOM8_IOCGEEPORTCONFIG   _IOR(PCMCOM8_IOC_MAGIC, 4, struct pcmcom8_config)

Referenced by pcmcom8_ioctl(), and printConfig().

#define PCMCOM8_IOCGISABASE   _IOR(PCMCOM8_IOC_MAGIC,8,unsigned long)

Referenced by getISABaseAddr(), and pcmcom8_ioctl().

#define PCMCOM8_IOCGNBOARD   _IOR(PCMCOM8_IOC_MAGIC, 7, int)

Referenced by getNumBoards(), and pcmcom8_ioctl().

#define PCMCOM8_IOCGPORTCONFIG   _IOR(PCMCOM8_IOC_MAGIC, 2, struct pcmcom8_config)

Referenced by pcmcom8_ioctl(), and printConfig().

#define PCMCOM8_IOCPORTENABLE   _IO(PCMCOM8_IOC_MAGIC, 6)

Referenced by pcmcom8_ioctl(), and setConfig().

#define PCMCOM8_IOCSEEPORTCONFIG   _IOW(PCMCOM8_IOC_MAGIC, 3, struct pcmcom8_config)

Referenced by pcmcom8_ioctl(), and setConfig().

#define PCMCOM8_IOCSPORTCONFIG   _IOW(PCMCOM8_IOC_MAGIC, 1, struct pcmcom8_config)

Referenced by pcmcom8_ioctl(), and setConfig().

#define PCMCOM8_NR_PORTS   8 /* number of serial ports on a board */

Variable Documentation