Searched refs:report_list (Results 1 - 21 of 21) sorted by relevance

/drivers/hid/
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-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-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-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-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...]
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-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-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-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-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-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-input.c107 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
1022 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
1041 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1062 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1098 list_for_each_entry(rep, &rep_enum->report_list, list)
1145 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-debug.c557 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-prodikeys.c283 &hdev->report_enum[HID_OUTPUT_REPORT].report_list, list) {
H A Dhid-core.c78 list_add_tail(&report->list, &report_enum->report_list);
2081 INIT_LIST_HEAD(&hdev->report_enum[i].report_list);
H A Dhid-picolcd.c250 struct list_head *feature_report_list = &hdev->report_enum[dir].report_list;
/drivers/hid/usbhid/
H A Dhiddev.c96 if (list_empty(&report_enum->report_list))
99 list = report_enum->report_list.next;
110 if (list == &report_enum->report_list)
143 list_for_each_entry(report, &report_enum->report_list, list) {
H A Dhid-core.c756 list_for_each_entry(report, &hid->report_enum[HID_INPUT_REPORT].report_list, list)
759 list_for_each_entry(report, &hid->report_enum[HID_FEATURE_REPORT].report_list, list)
788 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
825 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
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 147 milliseconds