Searched refs:INPUT_PROP_MAX (Results 1 – 6 of 6) sorted by relevance
31 #define INPUT_PROP_MAX 0x1f macro32 #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1)
156 INPUT_PROP_MAX = 0x1f variable157 INPUT_PROP_CNT = (INPUT_PROP_MAX + 1)
119 for (uint32_t i = 0; i <= INPUT_PROP_MAX; i++) { in print_props()
352 INPUT_PROP_MAX, "PROP_???", in evdev_read_ioctl()
14 pub const INPUT_PROP_MAX: u16 = 0x1f; constant15 pub const INPUT_PROP_CNT: u16 = INPUT_PROP_MAX + 1;
2599 pub const INPUT_PROP_MAX: ::__u16 = 0x1f; constant2600 pub const INPUT_PROP_CNT: usize = INPUT_PROP_MAX as usize + 1;