Searched refs:report_ptr (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-pl.c76 struct list_head *report_ptr = report_list; local
103 report_ptr = report_ptr->next;
105 if (report_ptr == report_list) {
110 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-sjoy.c58 struct list_head *report_ptr = report_list; local
68 report_ptr = report_ptr->next;
70 if (report_ptr == report_list) {
75 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-gaff.c70 struct list_head *report_ptr = report_list; local
86 report_ptr = report_ptr->next;
88 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-mf.c64 struct list_head *report_ptr; local
75 list_for_each(report_ptr, report_list) {
76 report = list_entry(report_ptr, struct hid_report, list);

Completed in 162 milliseconds