Home
last modified time | relevance | path

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

/linux-4.4.14/samples/hidraw/
Dhid-example.c24 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) macro
125 res = ioctl(fd, HIDIOCGFEATURE(256), buf); in main()
/linux-4.4.14/include/uapi/linux/
Dhidraw.h40 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) macro
/linux-4.4.14/Documentation/hid/
Dhidraw.txt104 HIDIOCGFEATURE(len): Get a Feature Report
/linux-4.4.14/drivers/hid/
Dhidraw.c432 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGFEATURE(0))) { in hidraw_ioctl()