Searched refs:HIDIOCSFEATURE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/samples/hidraw/
H A Dhid-example.c21 #ifndef HIDIOCSFEATURE
23 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) macro
117 res = ioctl(fd, HIDIOCSFEATURE(4), buf); main()
119 perror("HIDIOCSFEATURE"); main()
/linux-4.1.27/include/uapi/linux/
H A Dhidraw.h39 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) macro
/linux-4.1.27/drivers/hid/
H A Dhidraw.c427 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCSFEATURE(0))) { hidraw_ioctl()

Completed in 119 milliseconds