Searched defs:report_list (Results 1 - 13 of 13) sorted by relevance

/drivers/hid/
H A Dhid-lg2ff.c69 struct list_head *report_list = local
70 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
74 if (list_empty(report_list)) {
79 report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-lg3ff.c66 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
67 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
103 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
104 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
134 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
143 if (list_empty(report_list)) {
149 report = list_entry(report_list
[all...]
H A Dhid-axff.c81 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; local
87 if (list_empty(report_list)) {
92 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-dr.c94 struct list_head *report_list = local
95 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
99 if (list_empty(report_list)) {
104 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-emsff.c66 struct list_head *report_list = local
67 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
71 if (list_empty(report_list)) {
76 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-gaff.c84 struct list_head *report_list = local
85 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
86 struct list_head *report_ptr = report_list;
90 if (list_empty(report_list)) {
H A Dhid-pl.c85 struct list_head *report_list = local
86 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
87 struct list_head *report_ptr = report_list;
106 if (list_empty(report_list)) {
115 if (report_ptr == report_list) {
H A Dhid-sjoy.c70 struct list_head *report_list = local
71 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
72 struct list_head *report_ptr = report_list;
76 if (list_empty(report_list)) {
84 if (report_ptr == report_list) {
H A Dhid-zpff.c73 struct list_head *report_list = local
74 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
78 if (list_empty(report_list)) {
83 report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-holtekff.c148 struct list_head *report_list = local
149 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
153 if (list_empty(report_list)) {
158 report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-lgff.c74 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
75 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
116 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
117 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
133 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
142 if (list_empty(report_list)) {
148 report = list_entry(report_list
[all...]
H A Dhid-tmff.c130 struct list_head *report_list; local
142 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
143 list_for_each_entry(report, report_list, list) {
H A Dhid-lg4ff.c136 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
137 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
165 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
166 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
183 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
184 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
202 struct list_head *report_list local
220 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
272 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
342 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
[all...]

Completed in 608 milliseconds