Searched refs:EVIOCGNAME (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 139 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 142 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ macro
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input-host.c | 136 ioctl(vih->fd, EVIOCGNAME(sizeof(id.u.string)-1), id.u.string); in virtio_input_host_realize()
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 353 if (ioctl(vi.evdevfd, EVIOCGNAME(sizeof(id.u.string) - 1), in main()
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 1170 case EVIOCGNAME(0): in evdev_do_ioctl()
|