Searched refs:HIDIOCSFEATURE (Results 1 – 4 of 4) sorted by relevance
22 #ifndef HIDIOCSFEATURE24 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) macro118 res = ioctl(fd, HIDIOCSFEATURE(4), buf); in main()
40 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) macro
111 HIDIOCSFEATURE(len):139 to that of HIDIOCSFEATURE.160 with this report is identical to that of HIDIOCSFEATURE.
422 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCSFEATURE(0))) { in hidraw_ioctl()