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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-pl.c86 struct list_head *report_ptr = report_list; local
112 report_ptr = report_ptr->next;
114 if (report_ptr == report_list) {
120 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-sjoy.c72 struct list_head *report_ptr = report_list; local
81 report_ptr = report_ptr->next;
83 if (report_ptr == report_list) {
89 report = list_entry(report_ptr, struct hid_report, list);
H A Dhid-gaff.c85 struct list_head *report_ptr = report_list; local
94 report_ptr = report_ptr->next;
96 report = list_entry(report_ptr, struct hid_report, list);

Completed in 109 milliseconds