Searched refs:report_enum (Results 1 - 25 of 31) sorted by relevance

12

/drivers/hid/
H A Dhid-lg3ff.c64 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-lgff.c72 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
114 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_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 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-lg4ff.c190 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
235 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
312 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
331 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
351 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
405 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
479 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-axff.c79 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-emsff.c65 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-gaff.c83 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-holtekff.c146 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-pl.c87 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-sjoy.c69 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
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) {
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-dr.c93 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-tmff.c140 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-input.c107 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
1131 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
1150 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1171 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1277 rep_enum = &hid->report_enum[HID_FEATURE_REPORT];
1376 list_for_each_entry(report, &hid->report_enum[k].report_list,
1424 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-lenovo.c222 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4];
491 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3];
H A Dhid-steelseries.c115 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-ntrig.c115 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT].
135 report = hdev->report_enum[HID_FEATURE_REPORT].
937 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
H A Duhid.c104 if (hid->report_enum[HID_FEATURE_REPORT].numbered)
106 if (hid->report_enum[HID_OUTPUT_REPORT].numbered)
108 if (hid->report_enum[HID_INPUT_REPORT].numbered)
H A Dhid-kye.c368 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list;
H A Dhid-rmi.c903 input_report = hdev->report_enum[HID_INPUT_REPORT]
913 output_report = hdev->report_enum[HID_OUTPUT_REPORT]
/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...]
/drivers/hid/i2c-hid/
H A Di2c-hid.c423 report->device->report_enum[report->type].numbered + 2;
478 &hid->report_enum[HID_FEATURE_REPORT].report_list, list)
497 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {

Completed in 134 milliseconds

12