Home
last modified time | relevance | path

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

/linux/include/uapi/linux/ !
H A Dhiddev.h163 #define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct hiddev_report_info) macro
190 * ret = ioctl(fd, HIDIOCGREPORTINFO, &rinfo);
208 * ret = ioctl(fd, HIDIOCGREPORTINFO, &rinfo);
/linux/Documentation/hid/ !
H A Dhiddev.rst176 HIDIOCGREPORTINFO
197 returned from a previous HIDIOCGREPORTINFO call.
/linux/drivers/hid/usbhid/ !
H A Dhiddev.c732 case HIDIOCGREPORTINFO: in hiddev_ioctl()