Home
last modified time | relevance | path

Searched refs:EVIOCGSW (Results 1 - 4 of 4) sorted by relevance

/third_party/libinput/include/linux/linux/
H A Dinput.h166 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ macro
/third_party/libinput/include/linux/freebsd/
H A Dinput.h167 #define EVIOCGSW(len) _IOC(IOC_OUT, 'E', 0x1b, len) /* get all switch states */ macro
/third_party/libevdev/include/linux/linux/
H A Dinput.h174 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ macro
/third_party/libevdev/libevdev/
H A Dlibevdev.c495 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