Home
last modified time | relevance | path

Searched refs:INPUT_PROP_CNT (Results 1 - 12 of 12) sorted by relevance

/third_party/libevdev/test/
H A Dtest-context.c35 for (unsigned prop = 0; prop < INPUT_PROP_CNT; prop++) { in START_TEST()
H A Dtest-libevdev-has-event.c257 for (i = 0; i < INPUT_PROP_CNT; i++) { in START_TEST()
/third_party/libevdev/libevdev/
H A Dlibevdev-int.h64 unsigned long props[NLONGS(INPUT_PROP_CNT)];
/third_party/libinput/src/
H A Dutil-prop-parsers.c441 struct input_prop props[INPUT_PROP_CNT]; /* doubling up on quirks is a bug */ in parse_input_prop_property()
H A Dquirks.c844 struct input_prop props[INPUT_PROP_CNT]; in parse_attr()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h44 #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h32 #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h32 #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h32 #define INPUT_PROP_CNT (INPUT_PROP_MAX + 1) macro
/third_party/libinput/tools/
H A Dlibinput-record.c1551 for (unsigned int prop = 0; prop < INPUT_PROP_CNT; prop++) { in print_description()
1641 for (unsigned int prop = 0; prop < INPUT_PROP_CNT; prop++) { in print_bits_props()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2398 pub const INPUT_PROP_CNT: usize = INPUT_PROP_MAX as usize + 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3328 pub const INPUT_PROP_CNT: usize = INPUT_PROP_MAX as usize + 1; consts

Completed in 40 milliseconds