Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-sjoy.c70 struct list_head *report_ptr = report_list; in sjoyff_init() local
80 report_ptr = report_ptr->next; in sjoyff_init()
82 if (report_ptr == report_list) { in sjoyff_init()
87 report = list_entry(report_ptr, struct hid_report, list); in sjoyff_init()
Dhid-pl.c88 struct list_head *report_ptr = report_list; in plff_init() local
115 report_ptr = report_ptr->next; in plff_init()
117 if (report_ptr == report_list) { in plff_init()
122 report = list_entry(report_ptr, struct hid_report, list); in plff_init()
Dhid-gaff.c84 struct list_head *report_ptr = report_list; in gaff_init() local
93 report_ptr = report_ptr->next; in gaff_init()
95 report = list_entry(report_ptr, struct hid_report, list); in gaff_init()