Home
last modified time | relevance | path

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

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