Searched refs:EVIOCGABS (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/ui/ |
H A D | input-linux.c | 354 rc = ioctl(il->fd, EVIOCGABS(ABS_X), &absinfo); in input_linux_complete() 362 rc = ioctl(il->fd, EVIOCGABS(ABS_Y), &absinfo); in input_linux_complete()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 176 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 179 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input-host.c | 79 rc = ioctl(vih->fd, EVIOCGABS(axis), &absinfo); in virtio_input_abs_config()
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 1204 if ((_IOC_NR(cmd) & ~ABS_MAX) == _IOC_NR(EVIOCGABS(0))) { in evdev_do_ioctl()
|