Searched defs:report_enum (Results 1 - 6 of 6) sorted by relevance

/drivers/hid/
H A Dhid-debug.c630 struct hid_report_enum *report_enum; local
637 report_enum = device->report_enum + i;
638 list = report_enum->report_list.next;
639 while (list != &report_enum->report_list) {
681 struct hid_report_enum *report_enum; local
690 report_enum = hid->report_enum + type;
695 report_enum->numbered ? "" : "un");
1032 list_for_each_entry(report, &hid->report_enum[
[all...]
H A Dhid-sensor-hub.c93 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) {
338 struct hid_report_enum *report_enum; local
349 report_enum = &hdev->report_enum[type];
350 list_for_each_entry(report, &report_enum->report_list, list) {
H A Dhid-core.c63 struct hid_report_enum *report_enum = device->report_enum + type; local
68 if (report_enum->report_id_hash[id])
69 return report_enum->report_id_hash[id];
76 report_enum->numbered = 1;
82 report_enum->report_id_hash[id] = report;
84 list_add_tail(&report->list, &report_enum->report_list);
579 struct hid_report_enum *report_enum = device->report_enum + i; local
582 struct hid_report *report = report_enum
1338 hid_get_report(struct hid_report_enum *report_enum, const u8 *data) argument
1393 struct hid_report_enum *report_enum = hid->report_enum + type; local
1457 struct hid_report_enum *report_enum; local
[all...]
H A Dwacom_sys.c241 rep_enum = &hdev->report_enum[HID_FEATURE_REPORT];
256 rep_enum = &hdev->report_enum[HID_INPUT_REPORT];
279 re = &(hdev->report_enum[HID_FEATURE_REPORT]);
1332 struct hid_report_enum *report_enum; local
1336 report_enum = hdev->report_enum + HID_INPUT_REPORT;
1338 list_for_each_entry(report, &report_enum->report_list, list) {
/drivers/hid/usbhid/
H A Dhiddev.c81 struct hid_report_enum *report_enum; local
89 report_enum = hid->report_enum +
97 if (list_empty(&report_enum->report_list))
100 list = report_enum->report_list.next;
106 report = report_enum->report_id_hash[rid];
111 if (list == &report_enum->report_list)
122 return report_enum->report_id_hash[rinfo->report_id];
134 struct hid_report_enum *report_enum; local
141 report_enum
[all...]
H A Dhid-core.c742 struct hid_report_enum *report_enum; local
746 report_enum = &hid->report_enum[HID_INPUT_REPORT];
747 list_for_each_entry(report, &report_enum->report_list, list)
751 report_enum = &hid->report_enum[HID_FEATURE_REPORT];
752 list_for_each_entry(report, &report_enum->report_list, list)
781 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
817 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
818 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[typ
[all...]

Completed in 111 milliseconds