Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/intel-ish-hid/
Dishtp-hid.h69 struct report_list { struct
70 uint16_t total_size;
71 uint8_t num_of_reports;
72 uint8_t flags;
73 struct {
76 } __packed reports[1];
/linux-4.19.296/drivers/hid/
Dhid-lg3ff.c64 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_play() local
102 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lg3ff_set_autocenter() local
Dhid-lgff.c72 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_play() local
114 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in hid_lgff_set_autocenter() local
Dhid-google-hammer.c96 struct list_head *report_list = in hammer_input_configured() local
Dhid-emsff.c63 struct list_head *report_list = in emsff_init() local
Dhid-betopff.c63 struct list_head *report_list = in betopff_init() local
Dhid-mf.c69 struct list_head *report_list = in mf_init() local
Dhid-gaff.c81 struct list_head *report_list = in gaff_init() local
Dhid-sjoy.c68 struct list_head *report_list = in sjoyff_init() local
Dhid-axff.c79 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init() local
Dhid-holtekff.c140 struct list_head *report_list = in holtekff_init() local
Dhid-pl.c86 struct list_head *report_list = in plff_init() local
Dhid-dr.c91 struct list_head *report_list = in drff_init() local
Dhid-tmff.c138 struct list_head *report_list; in tmff_init() local
Dhid-steelseries.c114 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() local
Dhid-lg4ff.c1270 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_init() local
Dhid-sony.c1826 struct list_head *report_list = in buzz_set_leds() local
/linux-4.19.296/include/linux/
Dhid.h497 struct list_head report_list; member