Home
last modified time | relevance | path

Searched refs:SW_LID (Results 1 - 13 of 13) sorted by relevance

/third_party/libinput/test/
H A Dlitest-device-gpio-keys.c36 EV_SW, SW_LID,
H A Dlitest-device-lid-switch-surface3.c37 EV_SW, SW_LID,
H A Dlitest-device-lid-switch.c36 EV_SW, SW_LID,
H A Dtest-switch.c69 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()
H A Dlitest.c2833 code = SW_LID; in litest_switch_action()
/third_party/libevdev/test/
H A Dtest-event-names.c157 ck_assert_str_eq(libevdev_event_code_get_name(EV_SW, SW_LID), "SW_LID"); in START_TEST()
/third_party/libinput/src/
H A Devdev-fallback.c643 ev[0] = input_event_init(0, EV_SW, SW_LID, 0); in fallback_lid_keyboard_event()
650 "failed to write SW_LID state (%s)", in fallback_lid_keyboard_event()
713 case SW_LID: in fallback_process_switch()
1148 SW_LID); in fallback_interface_sync_initial_state()
H A Devdev.c2118 if (libevdev_has_event_code(evdev, EV_SW, SW_LID)) { in evdev_configure_device()
2781 code = SW_LID; in evdev_device_has_switch()
/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h916 #define SW_LID 0x00 /* set = lid shut */ macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h873 #define SW_LID 0x00 /* set = lid shut */ macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h873 #define SW_LID 0x00 /* set = lid shut */ macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h902 #define SW_LID 0x00 /* set = lid shut */ macro
/third_party/libevdev/include/
H A Devent-names.h733 [SW_LID] = "SW_LID",
1621 { .name = "SW_LID", .value = SW_LID },

Completed in 27 milliseconds