Lines Matching refs:hid_report
467 struct hid_report *report; /* associated report */
476 struct hid_report { struct
493 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
503 struct hid_report *report;
508 struct hid_report *report;
524 struct hid_report *report;
613 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
750 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
755 void (*report)(struct hid_device *hdev, struct hid_report *report);
810 struct hid_report *report, int reqtype);
873 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
883 void hid_output_report(struct hid_report *report, __u8 *data);
884 void __hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype);
885 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
887 struct hid_report *hid_register_report(struct hid_device *device,
891 struct hid_report *hid_validate_values(struct hid_device *hid,
1046 struct hid_report *report, int reqtype) in hid_hw_request()
1133 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len()