Searched refs:report_ptr (Results 1 – 4 of 4) sorted by relevance
58 struct list_head *report_ptr = report_list; in sjoyff_init() local68 report_ptr = report_ptr->next; in sjoyff_init()70 if (report_ptr == report_list) { in sjoyff_init()75 report = list_entry(report_ptr, struct hid_report, list); in sjoyff_init()
76 struct list_head *report_ptr = report_list; in plff_init() local103 report_ptr = report_ptr->next; in plff_init()105 if (report_ptr == report_list) { in plff_init()110 report = list_entry(report_ptr, struct hid_report, list); in plff_init()
70 struct list_head *report_ptr = report_list; in gaff_init() local86 report_ptr = report_ptr->next; in gaff_init()88 report = list_entry(report_ptr, struct hid_report, list); in gaff_init()
64 struct list_head *report_ptr; in mf_init() local75 list_for_each(report_ptr, report_list) { in mf_init()76 report = list_entry(report_ptr, struct hid_report, list); in mf_init()
Completed in 5 milliseconds