Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/evdev/
H A Dinput.h89 #define EVIOCGPHYS(len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x07, len) /* get physical location */ macro
H A Dcdev.c519 case EVIOCGPHYS(0): in evdev_ioctl()