Lines Matching refs:hid_report
481 struct hid_report *report; /* associated report */
498 struct hid_report { struct
521 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
531 struct hid_report *report;
536 struct hid_report *report;
552 struct hid_report *report;
642 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
781 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
786 void (*report)(struct hid_device *hdev, struct hid_report *report);
842 struct hid_report *report, int reqtype);
915 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
925 void hid_output_report(struct hid_report *report, __u8 *data);
926 int __hid_request(struct hid_device *hid, struct hid_report *rep, enum hid_class_request reqtype);
927 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
929 struct hid_report *hid_register_report(struct hid_device *device,
933 struct hid_report *hid_validate_values(struct hid_device *hid,
1103 struct hid_report *report, enum hid_class_request reqtype);
1175 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len()