Home
last modified time | relevance | path

Searched refs:EVIOCGABS (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/ui/
H A Dinput-linux.c354 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 Dinput.h176 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h179 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c79 rc = ioctl(vih->fd, EVIOCGABS(axis), &absinfo); in virtio_input_abs_config()
/openbmc/linux/drivers/input/
H A Devdev.c1204 if ((_IOC_NR(cmd) & ~ABS_MAX) == _IOC_NR(EVIOCGABS(0))) { in evdev_do_ioctl()