Searched refs:SW_LID (Results 1 – 15 of 15) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-lid-switch-surface3.c | 37 EV_SW, SW_LID,
|
D | litest-device-lid-switch.c | 36 EV_SW, SW_LID,
|
D | litest-device-gpio-keys.c | 36 EV_SW, SW_LID,
|
D | test-switch.c | 69 if (!libevdev_has_event_code(dev->evdev, EV_SW, SW_LID)) in START_TEST() 746 ck_assert_int_eq(libevdev_get_event_value(evdev, EV_SW, SW_LID), 1); in START_TEST() 758 ck_assert_int_eq(event.code, SW_LID); in START_TEST() 795 ck_assert_int_eq(libevdev_get_event_value(evdev, EV_SW, SW_LID), 1); in START_TEST() 825 ck_assert_int_eq(event.code, SW_LID); in START_TEST() 874 ck_assert_int_eq(libevdev_get_event_value(evdev, EV_SW, SW_LID), 1); in START_TEST() 886 ck_assert_int_eq(event.code, SW_LID); in START_TEST()
|
D | litest.c | 2795 code = SW_LID; in litest_switch_action()
|
/third_party/libinput/doc/user/ |
D | switches.rst | 26 The evdev event code ``EV_SW`` ``SW_LID`` is provided as
|
/third_party/libevdev/test/ |
D | test-event-names.c | 157 ck_assert_str_eq(libevdev_event_code_get_name(EV_SW, SW_LID), "SW_LID"); in START_TEST()
|
/third_party/libinput/src/ |
D | evdev-fallback.c | 767 ev[0] = input_event_init(0, EV_SW, SW_LID, 0); in fallback_lid_keyboard_event() 837 case SW_LID: in fallback_process_switch() 1271 SW_LID); in fallback_interface_sync_initial_state()
|
D | evdev.c | 2001 if (libevdev_has_event_code(evdev, EV_SW, SW_LID)) { in evdev_configure_device() 2686 code = SW_LID; in evdev_device_has_switch()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 873 #define SW_LID 0x00 /* set = lid shut */ macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 880 #define SW_LID 0x00 /* set = lid shut */ macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 873 #define SW_LID 0x00 /* set = lid shut */ macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 916 #define SW_LID 0x00 /* set = lid shut */ macro
|
/third_party/libevdev/include/ |
D | event-names.h | 717 [SW_LID] = "SW_LID", 1589 { .name = "SW_LID", .value = SW_LID },
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 26251 + ck_assert_str_eq(libevdev_event_code_get_name(EV_SW, SW_LID), "SW_LID");
|