Home
last modified time | relevance | path

Searched refs:EVIOCGBIT (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/ui/
H A Dinput-linux.c330 rc = ioctl(il->fd, EVIOCGBIT(0, sizeof(evtmap)), &evtmap); in input_linux_complete()
337 rc = ioctl(il->fd, EVIOCGBIT(EV_REL, sizeof(relmap)), &relmap); in input_linux_complete()
348 rc = ioctl(il->fd, EVIOCGBIT(EV_ABS, sizeof(absmap)), &absmap); in input_linux_complete()
375 rc = ioctl(il->fd, EVIOCGBIT(EV_KEY, sizeof(keymap)), keymap); in input_linux_complete()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h175 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h178 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c53 rc = ioctl(vih->fd, EVIOCGBIT(type, count/8), bits.u.bitmap); in virtio_input_bits_config()
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c255 rc = ioctl(vi->evdevfd, EVIOCGBIT(type, count / 8), bits.u.bitmap); in vi_bits_config()
/openbmc/linux/Documentation/input/
H A Dff.rst68 "request" must be EVIOCGBIT(EV_FF, size of features array in bytes )
/openbmc/linux/drivers/input/
H A Devdev.c1199 if ((_IOC_NR(cmd) & ~EV_MAX) == _IOC_NR(EVIOCGBIT(0, 0))) in evdev_do_ioctl()