Lines Matching +full:0 +full:x00ffffff
12 #define PULSE_BIT 0x01000000
13 #define PULSE_MASK 0x00FFFFFF
15 #define LIRC_MODE2_SPACE 0x00000000
16 #define LIRC_MODE2_PULSE 0x01000000
17 #define LIRC_MODE2_FREQUENCY 0x02000000
18 #define LIRC_MODE2_TIMEOUT 0x03000000
19 #define LIRC_MODE2_OVERFLOW 0x04000000
21 #define LIRC_VALUE_MASK 0x00FFFFFF
22 #define LIRC_MODE2_MASK 0xFF000000
49 #define LIRC_MODE_RAW 0x00000001
50 #define LIRC_MODE_PULSE 0x00000002
51 #define LIRC_MODE_MODE2 0x00000004
52 #define LIRC_MODE_SCANCODE 0x00000008
53 #define LIRC_MODE_LIRCCODE 0x00000010
61 #define LIRC_CAN_SEND_MASK 0x0000003f
63 #define LIRC_CAN_SET_SEND_CARRIER 0x00000100
64 #define LIRC_CAN_SET_SEND_DUTY_CYCLE 0x00000200
65 #define LIRC_CAN_SET_TRANSMITTER_MASK 0x00000400
77 #define LIRC_CAN_SET_REC_CARRIER_RANGE 0x80000000
78 #define LIRC_CAN_GET_REC_RESOLUTION 0x20000000
79 #define LIRC_CAN_SET_REC_TIMEOUT 0x10000000
81 #define LIRC_CAN_MEASURE_CARRIER 0x02000000
82 #define LIRC_CAN_USE_WIDEBAND_RECEIVER 0x04000000
91 #define LIRC_CAN_SET_REC_FILTER 0
92 #define LIRC_CAN_NOTIFY_DECODE 0
96 #define LIRC_GET_FEATURES _IOR('i', 0x00000000, __u32)
98 #define LIRC_GET_SEND_MODE _IOR('i', 0x00000001, __u32)
99 #define LIRC_GET_REC_MODE _IOR('i', 0x00000002, __u32)
100 #define LIRC_GET_REC_RESOLUTION _IOR('i', 0x00000007, __u32)
102 #define LIRC_GET_MIN_TIMEOUT _IOR('i', 0x00000008, __u32)
103 #define LIRC_GET_MAX_TIMEOUT _IOR('i', 0x00000009, __u32)
106 #define LIRC_GET_LENGTH _IOR('i', 0x0000000f, __u32)
108 #define LIRC_SET_SEND_MODE _IOW('i', 0x00000011, __u32)
109 #define LIRC_SET_REC_MODE _IOW('i', 0x00000012, __u32)
111 #define LIRC_SET_SEND_CARRIER _IOW('i', 0x00000013, __u32)
112 #define LIRC_SET_REC_CARRIER _IOW('i', 0x00000014, __u32)
113 #define LIRC_SET_SEND_DUTY_CYCLE _IOW('i', 0x00000015, __u32)
114 #define LIRC_SET_TRANSMITTER_MASK _IOW('i', 0x00000017, __u32)
117 * when a timeout != 0 is set the driver will send a
121 #define LIRC_SET_REC_TIMEOUT _IOW('i', 0x00000018, __u32)
123 /* 1 enables, 0 disables timeout reports in MODE2 */
124 #define LIRC_SET_REC_TIMEOUT_REPORTS _IOW('i', 0x00000019, __u32)
130 #define LIRC_SET_MEASURE_CARRIER_MODE _IOW('i', 0x0000001d, __u32)
136 #define LIRC_SET_REC_CARRIER_RANGE _IOW('i', 0x0000001f, __u32)
138 #define LIRC_SET_WIDEBAND_RECEIVER _IOW('i', 0x00000023, __u32)
144 #define LIRC_GET_REC_TIMEOUT _IOR('i', 0x00000024, __u32)
152 * @flags: should be 0 for transmit. When receiving scancodes,
156 * @keycode: the translated keycode. Set to 0 for transmit.
190 * @RC_PROTO_RC6_0: Philips RC6-0-16 protocol
206 RC_PROTO_UNKNOWN = 0,