Searched refs:SW_RFKILL_ALL (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-thinkpad-extrabuttons.c | 67 EV_SW, SW_RFKILL_ALL,
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 919 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 921 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 876 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 878 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 876 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 878 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 905 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 907 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
/third_party/libevdev/test/ |
H A D | test-event-names.c | 158 ck_assert_str_eq(libevdev_event_code_get_name(EV_SW, SW_RFKILL_ALL), "SW_RFKILL_ALL"); in START_TEST()
|
/third_party/libevdev/include/ |
H A D | event-names.h | 736 [SW_RFKILL_ALL] = "SW_RFKILL_ALL", 1629 { .name = "SW_RFKILL_ALL", .value = SW_RFKILL_ALL },
|
Completed in 26 milliseconds