Lines Matching refs:hid_report
508 struct hid_report *report; /* associated report */
525 struct hid_report { struct
548 struct hid_report *report_id_hash[HID_MAX_IDS]; argument
558 struct hid_report *report;
563 struct hid_report *report;
579 struct hid_report *report;
672 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
815 int (*raw_event)(struct hid_device *hdev, struct hid_report *report,
820 void (*report)(struct hid_device *hdev, struct hid_report *report);
877 struct hid_report *report, int reqtype);
936 extern void hidinput_report_event(struct hid_device *hid, struct hid_report *report);
946 void hid_output_report(struct hid_report *report, __u8 *data);
947 int __hid_request(struct hid_device *hid, struct hid_report *rep, enum hid_class_request reqtype);
948 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
950 struct hid_report *hid_register_report(struct hid_device *device,
954 struct hid_report *hid_validate_values(struct hid_device *hid,
1124 struct hid_report *report, enum hid_class_request reqtype);
1196 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len()