Home
last modified time | relevance | path

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

/linux/samples/hidraw/
H A 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/include/uapi/linux/
H A Dhidraw.h40 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) macro
/linux/Documentation/hid/
H A Dhidraw.rst111 HIDIOCSFEATURE(len):
139 to that of HIDIOCSFEATURE.
160 with this report is identical to that of HIDIOCSFEATURE.
/linux/drivers/hid/
H A Dhidraw.c432 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCSFEATURE(0))) { in hidraw_ioctl()