Searched refs:HIDIOCGRAWPHYS (Results 1 – 4 of 4) sorted by relevance
38 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) macro
95 res = ioctl(fd, HIDIOCGRAWPHYS(256), buf); in main()
102 HIDIOCGRAWPHYS(len):
446 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGRAWPHYS(0))) { in hidraw_ioctl()