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

/drivers/hid/
H A Dhid-lg3ff.c66 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
103 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
134 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-lgff.c74 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
116 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
133 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-lg4ff.c136 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
165 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
183 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
202 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
220 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
272 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
342 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-lg2ff.c70 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-zpff.c74 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-core.c63 struct hid_report_enum *report_enum = device->report_enum + type; local
66 if (report_enum->report_id_hash[id])
67 return report_enum->report_id_hash[id];
74 report_enum->numbered = 1;
80 report_enum->report_id_hash[id] = report;
82 list_add_tail(&report->list, &report_enum->report_list);
558 struct hid_report_enum *report_enum = device->report_enum + i; local
561 struct hid_report *report = report_enum
1018 hid_get_report(struct hid_report_enum *report_enum, const u8 *data) argument
1038 struct hid_report_enum *report_enum = hid->report_enum + type; local
1090 struct hid_report_enum *report_enum; local
[all...]
H A Dhid-axff.c81 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-emsff.c67 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-gaff.c85 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-holtekff.c149 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-pl.c86 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-sjoy.c71 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-debug.c549 struct hid_report_enum *report_enum; local
556 report_enum = device->report_enum + i;
557 list = report_enum->report_list.next;
558 while (list != &report_enum->report_list) {
899 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-input.c107 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
1034 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
1053 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1074 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1109 rep_enum = &hid->report_enum[HID_FEATURE_REPORT];
1157 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-dr.c95 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-tmff.c142 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
H A Dhid-kye.c338 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list;
H A Dhid-ntrig.c115 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT].
134 report = hdev->report_enum[HID_FEATURE_REPORT].
937 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0x0a];
H A Dhid-multitouch.c625 re = &(hdev->report_enum[HID_FEATURE_REPORT]);
646 re = &hdev->report_enum[HID_FEATURE_REPORT];
H A Dhid-logitech-dj.c593 output_report_enum = &dj_rcv_hiddev->report_enum[HID_OUTPUT_REPORT];
H A Dhid-prodikeys.c283 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) {
H A Dhid-picolcd.c250 struct list_head *feature_report_list = &hdev->report_enum[dir].report_list;
/drivers/hid/usbhid/
H A Dhiddev.c80 struct hid_report_enum *report_enum; local
88 report_enum = hid->report_enum +
96 if (list_empty(&report_enum->report_list))
99 list = report_enum->report_list.next;
105 report = report_enum->report_id_hash[rid];
110 if (list == &report_enum->report_list)
121 return report_enum->report_id_hash[rinfo->report_id];
133 struct hid_report_enum *report_enum; local
140 report_enum
[all...]
H A Dhid-core.c805 list_for_each_entry(report, &hid->report_enum[HID_INPUT_REPORT].report_list, list)
808 list_for_each_entry(report, &hid->report_enum[HID_FEATURE_REPORT].report_list, list)
837 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
874 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
875 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered;
H A Dhid-pidff.c825 &hid->report_enum[report_type].report_list, list) {
1244 if (list_empty(&hid->report_enum[HID_OUTPUT_REPORT].report_list)) {

Completed in 148 milliseconds