/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-lg3ff.c | 52 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() local 53 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play() 90 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter() local 91 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter()
|
H A D | hid-lgff.c | 60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play() local 61 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play() 102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter() local 103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter()
|
H A D | hid-pl.c | 74 struct list_head *report_list = in plff_init() local 75 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init() 76 struct list_head *report_ptr = report_list; in plff_init() 96 if (list_empty(report_list)) { in plff_init() 105 if (report_ptr == report_list) { in plff_init()
|
H A D | hid-sjoy.c | 56 struct list_head *report_list = in sjoyff_init() local 57 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init() 58 struct list_head *report_ptr = report_list; in sjoyff_init() 62 if (list_empty(report_list)) { in sjoyff_init() 70 if (report_ptr == report_list) { in sjoyff_init()
|
H A D | hid-emsff.c | 51 struct list_head *report_list = in emsff_init() local 52 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init() 63 if (list_empty(report_list)) { in emsff_init() 68 report = list_first_entry(report_list, struct hid_report, list); in emsff_init()
|
H A D | hid-betopff.c | 60 struct list_head *report_list = in betopff_init() local 61 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init() 74 if (list_empty(report_list)) { in betopff_init() 79 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
|
H A D | hid-gaff.c | 68 struct list_head *report_list = in gaff_init() local 69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init() 70 struct list_head *report_ptr = report_list; in gaff_init() 81 if (list_empty(report_list)) { in gaff_init()
|
H A D | hid-holtekff.c | 128 struct list_head *report_list = in holtekff_init() local 129 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init() 140 if (list_empty(report_list)) { in holtekff_init() 145 report = list_entry(report_list->next, struct hid_report, list); in holtekff_init()
|
H A D | hid-axff.c | 67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init() local 80 if (list_empty(report_list)) { in axff_init() 85 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
|
H A D | hid-mf.c | 61 struct list_head *report_list = in mf_init() local 62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in mf_init() 75 list_for_each(report_ptr, report_list) { in mf_init()
|
H A D | hid-dr.c | 79 struct list_head *report_list = in drff_init() local 80 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init() 91 if (list_empty(report_list)) { in drff_init() 96 report = list_first_entry(report_list, struct hid_report, list); in drff_init()
|
H A D | hid-tmff.c | 126 struct list_head *report_list; in tmff_init() local 144 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in tmff_init() 145 list_for_each_entry(report, report_list, list) { in tmff_init()
|
H A D | hid-steelseries.c | 111 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() local 112 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in steelseries_srws1_set_leds()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-lg3ff.c | 52 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() local 53 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play() 90 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter() local 91 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter()
|
H A D | hid-lgff.c | 60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play() local 61 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_play() 102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter() local 103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lgff_set_autocenter()
|
H A D | hid-pl.c | 74 struct list_head *report_list = in plff_init() local 75 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in plff_init() 76 struct list_head *report_ptr = report_list; in plff_init() 96 if (list_empty(report_list)) { in plff_init() 105 if (report_ptr == report_list) { in plff_init()
|
H A D | hid-sjoy.c | 56 struct list_head *report_list = in sjoyff_init() local 57 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in sjoyff_init() 58 struct list_head *report_ptr = report_list; in sjoyff_init() 62 if (list_empty(report_list)) { in sjoyff_init() 70 if (report_ptr == report_list) { in sjoyff_init()
|
H A D | hid-betopff.c | 60 struct list_head *report_list = in betopff_init() local 61 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in betopff_init() 74 if (list_empty(report_list)) { in betopff_init() 79 report = list_first_entry(report_list, struct hid_report, list); in betopff_init()
|
H A D | hid-emsff.c | 51 struct list_head *report_list = in emsff_init() local 52 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in emsff_init() 63 if (list_empty(report_list)) { in emsff_init() 68 report = list_first_entry(report_list, struct hid_report, list); in emsff_init()
|
H A D | hid-axff.c | 67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init() local 80 if (list_empty(report_list)) { in axff_init() 85 report = list_first_entry(report_list, struct hid_report, list); in axff_init()
|
H A D | hid-holtekff.c | 128 struct list_head *report_list = in holtekff_init() local 129 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in holtekff_init() 140 if (list_empty(report_list)) { in holtekff_init() 145 report = list_entry(report_list->next, struct hid_report, list); in holtekff_init()
|
H A D | hid-gaff.c | 68 struct list_head *report_list = in gaff_init() local 69 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in gaff_init() 70 struct list_head *report_ptr = report_list; in gaff_init() 81 if (list_empty(report_list)) { in gaff_init()
|
H A D | hid-mf.c | 61 struct list_head *report_list = in mf_init() local 62 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in mf_init() 75 list_for_each(report_ptr, report_list) { in mf_init()
|
H A D | hid-tmff.c | 122 struct list_head *report_list; in tmff_init() local 140 report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in tmff_init() 141 list_for_each_entry(report, report_list, list) { in tmff_init()
|
H A D | hid-dr.c | 79 struct list_head *report_list = in drff_init() local 80 &hid->report_enum[HID_OUTPUT_REPORT].report_list; in drff_init() 91 if (list_empty(report_list)) { in drff_init() 96 report = list_first_entry(report_list, struct hid_report, list); in drff_init()
|