Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dhidraw.h36 #define HIDIOCGRAWNAME(len) _IOC(_IOC_READ, 'H', 0x04, len) macro
/linux-4.4.14/samples/hidraw/
Dhid-example.c87 res = ioctl(fd, HIDIOCGRAWNAME(256), buf); in main()
/linux-4.4.14/Documentation/hid/
Dhidraw.txt86 HIDIOCGRAWNAME(len): Get Raw Name
/linux-4.4.14/drivers/hid/
Dhidraw.c444 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGRAWNAME(0))) { in hidraw_ioctl()