Searched refs:report_ptr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-pl.c | 76 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 D | hid-sjoy.c | 58 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 D | hid-gaff.c | 70 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 D | hid-mf.c | 64 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()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-pl.c | 76 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 D | hid-sjoy.c | 58 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 D | hid-gaff.c | 70 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 D | hid-mf.c | 64 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()
|
Completed in 3 milliseconds