Home
last modified time | relevance | path

Searched defs:report_list (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/drivers/hid/intel-ish-hid/
Dishtp-hid.h56 struct report_list { struct
57 uint16_t total_size;
58 uint8_t num_of_reports;
59 uint8_t flags;
60 struct {
63 } __packed reports[1];
/linux-6.6.21/drivers/hid/
Dhid-lg3ff.c52 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() local
90 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter() local
Dhid-lgff.c60 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play() local
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter() local
Dhid-emsff.c51 struct list_head *report_list = in emsff_init() local
Dhid-mf.c61 struct list_head *report_list = in mf_init() local
Dhid-betopff.c60 struct list_head *report_list = in betopff_init() local
Dhid-sjoy.c56 struct list_head *report_list = in sjoyff_init() local
Dhid-gaff.c68 struct list_head *report_list = in gaff_init() local
Dhid-axff.c67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init() local
Dhid-holtekff.c128 struct list_head *report_list = in holtekff_init() local
Dhid-pl.c74 struct list_head *report_list = in plff_init() local
Dhid-dr.c79 struct list_head *report_list = in drff_init() local
Dhid-tmff.c122 struct list_head *report_list; in tmff_init() local
Dhid-steelseries.c131 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() local
Dhid-lg4ff.c1264 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_init() local
Dhid-sony.c1229 struct list_head *report_list = in buzz_set_leds() local
Dhid-logitech-hidpp.c4388 struct list_head *report_list; in hidpp_application_equals() local
/linux-6.6.21/include/linux/
Dhid.h547 struct list_head report_list; member