Go to the documentation of this file.
36 #define DIGI_GETLINK _IOW('e', 103, struct link_struct)
37 #define DIGI_SETLINK _IOW('e', 104, struct link_struct)
53 #define DIGI_IXON 0x0001
54 #define DIGI_FAST 0x0002
55 #define RTSPACE 0x0004
56 #define CTSPACE 0x0008
57 #define DSRPACE 0x0010
58 #define DCDPACE 0x0020
59 #define DTRPACE 0x0040
60 #define DIGI_COOK 0x0080
61 #define DIGI_FORCEDCD 0x0100
62 #define DIGI_ALTPIN 0x0200
63 #define DIGI_AIXON 0x0400
64 #define DIGI_PRINTER 0x0800
65 #define DIGI_PP_INPUT 0x1000
66 #define DIGI_422 0x4000
67 #define DIGI_RTS_TOGGLE 0x8000
96 #define DIGI_GETA _IOR('e', 94, struct digi_struct)
99 #define DIGI_SETA _IOW('e', 95, struct digi_struct)
102 #define DIGI_SETAW _IOW('e', 96, struct digi_struct)
105 #define DIGI_SETAF _IOW('e', 97, struct digi_struct)
108 #define DIGI_GETFLOW _IOR('e', 99, struct digiflow_struct)
111 #define DIGI_SETFLOW _IOW('e', 100, struct digiflow_struct)
114 #define DIGI_GETAFLOW _IOR('e', 101, struct digiflow_struct)
117 #define DIGI_SETAFLOW _IOW('e', 102, struct digiflow_struct)
120 #define DIGI_SETCUSTOMBAUD _IOW('e', 106, int)
123 #define DIGI_GETCUSTOMBAUD _IOR('e', 107, int)
125 #define DIGI_GEDELAY _IOR('d', 246, int)
126 #define DIGI_SEDELAY _IOW('d', 247, int)