Searched refs:SW_DOCK (Results 1 - 8 of 8) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-hp-wmi-hotkeys.c | 46 EV_SW, SW_DOCK,
|
H A D | test-switch.c | 1378 if (!libevdev_has_event_code(sw->evdev, EV_SW, SW_DOCK)) in START_TEST() 1384 litest_event(sw, EV_SW, SW_DOCK, 1); in START_TEST() 1387 litest_event(sw, EV_SW, SW_DOCK, 0); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 923 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 880 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 880 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 909 #define SW_DOCK 0x05 /* set = plugged into dock */ macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 738 [SW_DOCK] = "SW_DOCK", 1616 { .name = "SW_DOCK", .value = SW_DOCK },
|
/third_party/libevdev/test/ |
H A D | test-libevdev-events.c | 1919 ck_assert_int_eq(libevdev_set_event_value(dev, EV_SW, SW_DOCK, 1), -1); in START_TEST()
|
Completed in 20 milliseconds