Lines Matching refs:hid_report
513 struct hid_report *report; /* associated report */
530 struct hid_report { struct
553 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
563 struct hid_report *report;
568 struct hid_report *report;
584 struct hid_report *report;
679 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
825 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
830 void (*report)(struct hid_device *hdev, struct hid_report *report);
887 struct hid_report *report, int reqtype);
946 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
958 void hid_output_report(struct hid_report *report, __u8 *data);
959 int __hid_request(struct hid_device *hid, struct hid_report *rep, enum hid_class_request reqtype);
960 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
962 struct hid_report *hid_register_report(struct hid_device *device,
966 struct hid_report *hid_validate_values(struct hid_device *hid,
1135 struct hid_report *report, enum hid_class_request reqtype);
1214 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len()