hiddev_report_info
struct hiddev_report_info rinfo;
hiddev_lookup_report(struct hid_device *hid, struct hiddev_report_info *rinfo)
struct hiddev_report_info rinfo;
#define HIDIOCGREPORT _IOW('H', 0x07, struct hiddev_report_info)
#define HIDIOCSREPORT _IOW('H', 0x08, struct hiddev_report_info)
#define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct hiddev_report_info)