Searched refs:HIDIOCSOUTPUT (Results 1 – 3 of 3) sorted by relevance
47 #define HIDIOCSOUTPUT(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x0B, len) macro
152 HIDIOCSOUTPUT(len):168 via a HIDIOCSOUTPUT request, or the regular device write() interface. The format
444 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCSOUTPUT(0))) { in hidraw_ioctl()