Home
last modified time | relevance | path

Searched refs:HIDIOCGFEATURE (Results 1 – 3 of 3) sorted by relevance

/linux/samples/hidraw/
H A Dhid-example.c25 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) macro
126 res = ioctl(fd, HIDIOCGFEATURE(256), buf); in main()
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c535 err = ioctl(self->hidraw_fd, HIDIOCGFEATURE(sizeof(buf)), buf); in TEST_F()
548 err = ioctl(self->hidraw_fd, HIDIOCGFEATURE(sizeof(buf)), buf); in TEST_F()
571 err = ioctl(self->hidraw_fd, HIDIOCGFEATURE(sizeof(buf)), buf); in TEST_F()
597 err = ioctl(self->hidraw_fd, HIDIOCGFEATURE(sizeof(buf)), buf); in TEST_F()
/linux/Documentation/hid/
H A Dhidraw.rst121 HIDIOCGFEATURE(len):
150 is identical to that of HIDIOCGFEATURE.
169 of the buffer issued with this report is identical to that of HIDIOCGFEATURE.