Searched refs:hiddev_report_info (Results 1 – 3 of 3) sorted by relevance
65 struct hiddev_report_info { struct159 #define HIDIOCGREPORT _IOW('H', 0x07, struct hiddev_report_info)160 #define HIDIOCSREPORT _IOW('H', 0x08, struct hiddev_report_info)161 #define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct hiddev_report_info)
116 HIDIOCGREPORT - struct hiddev_report_info (write)121 HIDIOCSREPORT - struct hiddev_report_info (write)127 HIDIOCGREPORTINFO - struct hiddev_report_info (read/write)128 Fills in a hiddev_report_info structure for the user. The report is137 filled into the returned hiddev_report_info structure.
72 hiddev_lookup_report(struct hid_device *hid, struct hiddev_report_info *rinfo) in hiddev_lookup_report()398 struct hiddev_report_info rinfo; in hiddev_ioctl()