Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h130 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h133 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c141 if (ioctl(vih->fd, EVIOCGID, &ids) == 0) { in virtio_input_host_realize()
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c362 if (ioctl(vi.evdevfd, EVIOCGID, &ids) == 0) { in main()
/openbmc/linux/drivers/input/
H A Devdev.c1049 case EVIOCGID: in evdev_do_ioctl()