Searched refs:EVIOCGSW (Results 1 - 4 of 4) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 166 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 167 #define EVIOCGSW(len) _IOC(IOC_OUT, 'E', 0x1b, len) /* get all switch states */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 174 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 495 rc = ioctl(fd, EVIOCGSW(sizeof(dev->sw_values)), dev->sw_values); in libevdev_set_fd() 589 rc = ioctl(dev->fd, EVIOCGSW(sizeof(swstate)), swstate); in sync_sw_state()
|
Completed in 6 milliseconds