Lines Matching refs:hid_report
425 struct hid_report *report; /* associated report */
434 struct hid_report { struct
449 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
459 struct hid_report *report;
464 struct hid_report *report;
478 struct hid_report *report;
554 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
685 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
690 void (*report)(struct hid_device *hdev, struct hid_report *report);
741 struct hid_report *report, int reqtype);
791 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
801 void hid_output_report(struct hid_report *report, __u8 *data);
802 void __hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype);
803 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
805 struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id);
807 struct hid_report *hid_validate_values(struct hid_device *hid,
1012 struct hid_report *report, int reqtype) in hid_hw_request()
1099 static inline int hid_report_len(struct hid_report *report) in hid_report_len()