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

12

/linux-master/drivers/hid/
H A Dhid-lg3ff.c48 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
49 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
86 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
87 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-lgff.c60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
61 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-betopff.c60 struct list_head *report_list = local
61 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
74 if (list_empty(report_list)) {
79 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-pl.c74 struct list_head *report_list = local
75 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
76 struct list_head *report_ptr = report_list;
96 if (list_empty(report_list)) {
105 if (report_ptr == report_list) {
H A Dhid-sjoy.c56 struct list_head *report_list = local
57 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
58 struct list_head *report_ptr = report_list;
62 if (list_empty(report_list)) {
70 if (report_ptr == report_list) {
H A Dhid-holtekff.c128 struct list_head *report_list = local
129 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
140 if (list_empty(report_list)) {
145 report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-axff.c67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; local
80 if (list_empty(report_list)) {
85 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-emsff.c51 struct list_head *report_list = local
52 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
63 if (list_empty(report_list)) {
68 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-gaff.c68 struct list_head *report_list = local
69 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
70 struct list_head *report_ptr = report_list;
81 if (list_empty(report_list)) {
H A Dhid-mf.c61 struct list_head *report_list = local
62 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
75 list_for_each(report_ptr, report_list) {
H A Dhid-dr.c79 struct list_head *report_list = local
80 &hid->report_enum[HID_OUTPUT_REPORT].report_list;
91 if (list_empty(report_list)) {
96 report = list_first_entry(report_list, struct hid_report, list);
H A Dhid-tmff.c122 struct list_head *report_list; local
140 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list;
141 list_for_each_entry(report, report_list, list) {
H A Dhid-steelseries.c131 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; local
132 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-input.c141 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
1760 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
1778 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1799 &hid->report_enum[HID_OUTPUT_REPORT].report_list,
1962 list_for_each_entry(rep, &rep_enum->report_list, list) {
1989 list_for_each_entry(rep, &rep_enum->report_list, list)
2161 list_for_each_entry(report, &hid->report_enum[k].report_list,
2311 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-core.c78 list_add_tail(&report->list, &report_enum->report_list);
685 INIT_LIST_HEAD(&report_enum->report_list);
1004 &hid->report_enum[type].report_list,
1132 list_for_each_entry(rep, &rep_enum->report_list, list) {
1173 list_for_each_entry(rep, &rep_enum->report_list, list) {
1812 list_for_each_entry(report, &report_enum->report_list, list)
H A Dhid-lg4ff.c1264 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; local
1265 struct hid_report *report = list_entry(report_list->next, struct hid_report, list);
H A Dhid-debug.c667 list = report_enum->report_list.next;
668 while (list != &report_enum->report_list) {
1076 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
H A Dhid-google-hammer.c429 list_for_each_entry(report, &re->report_list, list) {
H A Dhid-sensor-hub.c60 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) {
396 list_for_each_entry(report, &report_enum->report_list, list) {
H A Dhid-sony.c1229 struct list_head *report_list = local
1230 &hdev->report_enum[HID_OUTPUT_REPORT].report_list;
1231 struct hid_report *report = list_entry(report_list->next,
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid.h56 struct report_list { struct
H A Dishtp-hid-client.c75 struct report_list *reports_list;
282 reports_list = (struct report_list *)payload;
/linux-master/drivers/staging/greybus/
H A Dhid.c164 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
213 &hid->report_enum[HID_INPUT_REPORT].report_list,
218 &hid->report_enum[HID_FEATURE_REPORT].report_list,
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c76 if (list_empty(&report_enum->report_list))
79 list = report_enum->report_list.next;
90 if (list == &report_enum->report_list)
123 list_for_each_entry(report, &report_enum->report_list, list) {
H A Dhid-core.c775 list_for_each_entry(report, &report_enum->report_list, list)
779 list_for_each_entry(report, &report_enum->report_list, list)
808 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) {
844 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {

Completed in 884 milliseconds

12