Home
last modified time | relevance | path

Searched refs:EVIOCGUNIQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h141 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h144 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ macro
/openbmc/linux/drivers/input/
H A Devdev.c1176 case EVIOCGUNIQ(0): in evdev_do_ioctl()