Home
last modified time | relevance | path

Searched refs:HIDIOCGRAWPHYS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dhidraw.h38 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) macro
/Linux-v5.10/samples/hidraw/
Dhid-example.c95 res = ioctl(fd, HIDIOCGRAWPHYS(256), buf); in main()
/Linux-v5.10/Documentation/hid/
Dhidraw.rst102 HIDIOCGRAWPHYS(len):
/Linux-v5.10/drivers/hid/
Dhidraw.c446 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGRAWPHYS(0))) { in hidraw_ioctl()