Lines Matching refs:hid_report
465 struct hid_report *report; /* associated report */
474 struct hid_report { struct
491 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
501 struct hid_report *report;
506 struct hid_report *report;
522 struct hid_report *report;
611 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
748 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
753 void (*report)(struct hid_device *hdev, struct hid_report *report);
808 struct hid_report *report, int reqtype);
875 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
885 void hid_output_report(struct hid_report *report, __u8 *data);
886 int __hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype);
887 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
889 struct hid_report *hid_register_report(struct hid_device *device,
893 struct hid_report *hid_validate_values(struct hid_device *hid,
1050 struct hid_report *report, int reqtype) in hid_hw_request()
1137 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len()