|
#define | DIGI_GETLINK _IOW('e', 103, struct link_struct) /* Get link parameters */ |
|
#define | DIGI_SETLINK _IOW('e', 104, struct link_struct) /* Set link parameters */ |
|
#define | DIGI_IXON 0x0001 /* Handle IXON in the FEP */ |
|
#define | DIGI_FAST 0x0002 /* Fast baud rates */ |
|
#define | RTSPACE 0x0004 /* RTS input flow control */ |
|
#define | CTSPACE 0x0008 /* CTS output flow control */ |
|
#define | DSRPACE 0x0010 /* DSR output flow control */ |
|
#define | DCDPACE 0x0020 /* DCD output flow control */ |
|
#define | DTRPACE 0x0040 /* DTR input flow control */ |
|
#define | DIGI_COOK 0x0080 /* Cooked processing done in FEP */ |
|
#define | DIGI_FORCEDCD 0x0100 /* Force carrier */ |
|
#define | DIGI_ALTPIN 0x0200 /* Alternate RJ-45 pin config */ |
|
#define | DIGI_AIXON 0x0400 /* Aux flow control in fep */ |
|
#define | DIGI_PRINTER 0x0800 /* Hold port open for flow cntrl */ |
|
#define | DIGI_PP_INPUT 0x1000 /* Change parallel port to input */ |
|
#define | DIGI_422 0x4000 /* Change parallel port to input */ |
|
#define | DIGI_RTS_TOGGLE 0x8000 /* Support RTS Toggle */ |
|
#define | DIGI_PLEN 8 /* String length */ |
|
#define | DIGI_TSIZ 10 /* Terminal string len */ |
|
#define | DIGI_GETA _IOR('e', 94, struct digi_struct) |
|
#define | DIGI_SETA _IOW('e', 95, struct digi_struct) |
|
#define | DIGI_SETAW _IOW('e', 96, struct digi_struct) |
|
#define | DIGI_SETAF _IOW('e', 97, struct digi_struct) |
|
#define | DIGI_GETFLOW _IOR('e', 99, struct digiflow_struct) |
|
#define | DIGI_SETFLOW _IOW('e', 100, struct digiflow_struct) |
|
#define | DIGI_GETAFLOW _IOR('e', 101, struct digiflow_struct) |
|
#define | DIGI_SETAFLOW _IOW('e', 102, struct digiflow_struct) |
|
#define | DIGI_SETCUSTOMBAUD _IOW('e', 106, int) |
|
#define | DIGI_GETCUSTOMBAUD _IOR('e', 107, int) |
|
#define | DIGI_GEDELAY _IOR('d', 246, int) /* Get edelay */ |
|
#define | DIGI_SEDELAY _IOW('d', 247, int) /* Get edelay */ |
|