Lines Matching refs:hid_report
471 struct hid_report *report; /* associated report */
480 struct hid_report { struct
497 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
507 struct hid_report *report;
512 struct hid_report *report;
528 struct hid_report *report;
617 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
754 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
759 void (*report)(struct hid_device *hdev, struct hid_report *report);
814 struct hid_report *report, int reqtype);
886 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
896 void hid_output_report(struct hid_report *report, __u8 *data);
897 int __hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype);
898 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
900 struct hid_report *hid_register_report(struct hid_device *device,
904 struct hid_report *hid_validate_values(struct hid_device *hid,
1077 struct hid_report *report, int reqtype) in hid_hw_request()
1164 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len()