Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h140 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h143 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ macro
/openbmc/linux/drivers/input/
H A Devdev.c1173 case EVIOCGPHYS(0): in evdev_do_ioctl()