Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-sjoy.c58 struct list_head *report_ptr = report_list; in sjoyff_init() local
68 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()
H A Dhid-pl.c76 struct list_head *report_ptr = report_list; in plff_init() local
103 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()
H A Dhid-gaff.c70 struct list_head *report_ptr = report_list; in gaff_init() local
86 report_ptr = report_ptr->next; in gaff_init()
88 report = list_entry(report_ptr, struct hid_report, list); in gaff_init()
H A Dhid-mf.c64 struct list_head *report_ptr; in mf_init() local
75 list_for_each(report_ptr, report_list) { in mf_init()
76 report = list_entry(report_ptr, struct hid_report, list); in mf_init()