Home
last modified time | relevance | path

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

/Linux-v4.19/samples/hidraw/
Dhid-example.c22 #ifndef HIDIOCSFEATURE
24 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) macro
118 res = ioctl(fd, HIDIOCSFEATURE(4), buf); in main()
/Linux-v4.19/include/uapi/linux/
Dhidraw.h40 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) macro
/Linux-v4.19/Documentation/hid/
Dhidraw.txt96 HIDIOCSFEATURE(len): Send a Feature Report
/Linux-v4.19/drivers/hid/
Dhidraw.c427 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCSFEATURE(0))) { in hidraw_ioctl()