Go to the documentation of this file.
101 #define CESTATUS_FULL 0x01
102 #define CESTATUS_IMPEXP 0x02
103 #define CESTATUS_EXCEPT 0x04
104 #define CESTATUS_ACCESS 0x08
105 #define CESTATUS_EXENAB 0x10
106 #define CESTATUS_INENAB 0x20
127 #define CGE_ERRNO 0x01
128 #define CGE_INVERT 0x02
130 #define CGE_IDLUN 0x08
131 #define CGE_PVOLTAG 0x10
132 #define CGE_AVOLTAG 0x20
145 #define CSV_PVOLTAG 0x01
146 #define CSV_AVOLTAG 0x02
147 #define CSV_CLEARTAG 0x04
150 #define CHIOMOVE _IOW('c', 1,struct changer_move)
151 #define CHIOEXCHANGE _IOW('c', 2,struct changer_exchange)
152 #define CHIOPOSITION _IOW('c', 3,struct changer_position)
153 #define CHIOGPICKER _IOR('c', 4,int)
154 #define CHIOSPICKER _IOW('c', 5,int)
155 #define CHIOGPARAMS _IOR('c', 6,struct changer_params)
156 #define CHIOGSTATUS _IOW('c', 8,struct changer_element_status)
157 #define CHIOGELEM _IOW('c',16,struct changer_get_element)
158 #define CHIOINITELEM _IO('c',17)
159 #define CHIOSVOLTAG _IOW('c',18,struct changer_set_voltag)
160 #define CHIOGVPARAMS _IOR('c',19,struct changer_vendor_params)