Lines Matching refs:_IOR
89 #define LIRC_GET_FEATURES _IOR('i', 0x00000000, __u32)
91 #define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32)
92 #define LIRC_GET_REC_MODE _IOR('i', 0x00000002, __u32)
93 #define LIRC_GET_SEND_CARRIER _IOR('i', 0x00000003, __u32)
94 #define LIRC_GET_REC_CARRIER _IOR('i', 0x00000004, __u32)
95 #define LIRC_GET_SEND_DUTY_CYCLE _IOR('i', 0x00000005, __u32)
96 #define LIRC_GET_REC_DUTY_CYCLE _IOR('i', 0x00000006, __u32)
97 #define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, __u32)
99 #define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, __u32)
100 #define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, __u32)
102 #define LIRC_GET_MIN_FILTER_PULSE _IOR('i', 0x0000000a, __u32)
103 #define LIRC_GET_MAX_FILTER_PULSE _IOR('i', 0x0000000b, __u32)
104 #define LIRC_GET_MIN_FILTER_SPACE _IOR('i', 0x0000000c, __u32)
105 #define LIRC_GET_MAX_FILTER_SPACE _IOR('i', 0x0000000d, __u32)
108 #define LIRC_GET_LENGTH _IOR('i', 0x0000000f, __u32)