Home
last modified time | relevance | path

Searched refs:REL_Z (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/evdev/
H A Dinput-event-codes.h829 #define REL_Z 0x02 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h786 #define REL_Z 0x02 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h786 #define REL_Z 0x02 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h814 #define REL_Z 0x02 macro
/third_party/libevdev/include/
H A Devent-names.h25 [REL_Z] = "REL_Z",
1607 { .name = "REL_Z", .value = REL_Z },
/third_party/libevdev/test/
H A Dtest-libevdev-events.c1505 ck_assert_int_eq(libevdev_get_event_value(dev, EV_REL, REL_Z), 0); in START_TEST()
1512 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_REL, REL_Z, &value), 0); in START_TEST()
/third_party/libinput/src/
H A Devdev.c1887 libevdev_disable_event_code(evdev, EV_ABS, REL_Z); in evdev_disable_accelerometer_axes()

Completed in 19 milliseconds