Lines Matching refs:report

2012 		struct hid_report *report)  in wacom_wac_battery_pre_report()  argument
2018 struct hid_report *report) in wacom_wac_battery_report() argument
2249 struct hid_report *report) in wacom_wac_pad_pre_report() argument
2258 struct hid_report *report, struct hid_field *field) in wacom_wac_pad_report() argument
2515 struct hid_report *report) in wacom_wac_pen_pre_report() argument
2525 struct hid_report *report) in wacom_wac_pen_report() argument
2635 wacom_wac->hid_data.cc_report = field->report->id; in wacom_wac_finger_usage_mapping()
2767 struct hid_report *report) in wacom_wac_finger_pre_report() argument
2785 for (i = 0; i < report->maxfield; i++) { in wacom_wac_finger_pre_report()
2786 struct hid_field *field = report->field[i]; in wacom_wac_finger_pre_report()
2806 hid_data->cc_report = report->id; in wacom_wac_finger_pre_report()
2816 struct hid_field *field = report->field[hid_data->cc_index]; in wacom_wac_finger_pre_report()
2830 struct hid_report *report) in wacom_wac_finger_report() argument
2903 struct hid_report *report, int collection_index, in wacom_report_events() argument
2908 for (r = field_index; r < report->maxfield; r++) { in wacom_report_events()
2912 field = report->field[r]; in wacom_report_events()
2928 static int wacom_wac_collection(struct hid_device *hdev, struct hid_report *report, in wacom_wac_collection() argument
2934 wacom_report_events(hdev, report, collection_index, field_index); in wacom_wac_collection()
2943 if (report->type != HID_INPUT_REPORT) in wacom_wac_collection()
2949 wacom_wac_pen_report(hdev, report); in wacom_wac_collection()
2951 wacom_wac_finger_report(hdev, report); in wacom_wac_collection()
2956 void wacom_wac_report(struct hid_device *hdev, struct hid_report *report) in wacom_wac_report() argument
2969 for (r = 0; r < report->maxfield; r++) { in wacom_wac_report()
2970 field = report->field[r]; in wacom_wac_report()
2982 wacom_wac_battery_pre_report(hdev, report); in wacom_wac_report()
2985 wacom_wac_pad_pre_report(hdev, report); in wacom_wac_report()
2987 wacom_wac_pen_pre_report(hdev, report); in wacom_wac_report()
2989 wacom_wac_finger_pre_report(hdev, report); in wacom_wac_report()
2991 for (r = 0; r < report->maxfield; r++) { in wacom_wac_report()
2992 field = report->field[r]; in wacom_wac_report()
2995 if (wacom_wac_collection(hdev, report, in wacom_wac_report()
3002 wacom_wac_battery_report(hdev, report); in wacom_wac_report()
3005 wacom_wac_pad_report(hdev, report, field); in wacom_wac_report()