Home
last modified time | relevance | path

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

/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()
/qemu/include/standard-headers/linux/
H A Dinput.h176 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ macro
/qemu/hw/input/
H A Dvirtio-input-host.c79 rc = ioctl(vih->fd, EVIOCGABS(axis), &absinfo); in virtio_input_abs_config()