Home
last modified time | relevance | path

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

/linux/samples/hidraw/
A 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/include/uapi/linux/
A Dhidraw.h41 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) macro
/linux/Documentation/hid/
A Dhidraw.rst121 HIDIOCGFEATURE(len):
150 is identical to that of HIDIOCGFEATURE.
169 of the buffer issued with this report is identical to that of HIDIOCGFEATURE.
/linux/drivers/hid/
A Dhidraw.c425 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGFEATURE(0))) { in hidraw_ioctl()

Completed in 5 milliseconds