Searched refs:EVIOCGBIT (Results 1 – 4 of 4) sorted by relevance
/qemu/ui/ |
H A D | input-linux.c | 330 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()
|
/qemu/include/standard-headers/linux/ |
H A D | input.h | 175 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
|
/qemu/hw/input/ |
H A D | virtio-input-host.c | 53 rc = ioctl(vih->fd, EVIOCGBIT(type, count/8), bits.u.bitmap); in virtio_input_bits_config()
|
/qemu/contrib/vhost-user-input/ |
H A D | main.c | 255 rc = ioctl(vi->evdevfd, EVIOCGBIT(type, count / 8), bits.u.bitmap); in vi_bits_config()
|