Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/uapi/linux/
Dhidraw.h41 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) macro
/Linux-v5.4/Documentation/hid/
Dhidraw.rst120 HIDIOCGFEATURE(len):
/Linux-v5.4/drivers/hid/
Dhidraw.c424 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGFEATURE(0))) { in hidraw_ioctl()