Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h139 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h142 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ macro
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c136 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 Dmain.c353 if (ioctl(vi.evdevfd, EVIOCGNAME(sizeof(id.u.string) - 1), in main()
/openbmc/linux/drivers/input/
H A Devdev.c1170 case EVIOCGNAME(0): in evdev_do_ioctl()