Lines Matching defs:report
111 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT].
114 if (!report || report->maxfield < 1 ||
115 report->field[0]->report_count < 1)
118 hid_hw_request(hdev, report, HID_REQ_GET_REPORT);
120 return (int)report->field[0]->value[0];
125 struct hid_report *report;
131 report = hdev->report_enum[HID_FEATURE_REPORT].
134 if (!report)
137 hid_hw_request(hdev, report, HID_REQ_GET_REPORT);
618 * report received in a finger event. We want
864 if (hidinput->report->maxfield < 1)
867 switch (hidinput->report->field[0]->application) {
884 input->name = (hidinput->report->field[0]->physical) ?
897 struct hid_report *report;
935 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
936 if (report) {
940 hid_hw_request(hdev, report, HID_REQ_GET_REPORT);