Searched defs:output_report (Results 1 – 5 of 5) sorted by relevance
114 struct output_report { struct115 struct output_report_header output_hdr; argument116 u8 content[];
893 int (*output_report) (struct hid_device *hdev, __u8 *buf, size_t len); member
53 int (*output_report)(struct surface_hid_device *shid, u8 rprt_id, u8 *buf, size_t len); member
113 static unsigned char output_report[10]; variable
648 struct hid_report *output_report; in rmi_probe() local