Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/intel-ish-hid/
H A 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];
/openbmc/linux/drivers/hid/
H A 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
H A 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
H A Dhid-emsff.c51 struct list_head *report_list = in emsff_init() local
H A Dhid-mf.c61 struct list_head *report_list = in mf_init() local
H A Dhid-betopff.c60 struct list_head *report_list = in betopff_init() local
H A Dhid-sjoy.c56 struct list_head *report_list = in sjoyff_init() local
H A Dhid-gaff.c68 struct list_head *report_list = in gaff_init() local
H A Dhid-axff.c67 struct list_head *report_list =&hid->report_enum[HID_OUTPUT_REPORT].report_list; in axff_init() local
H A Dhid-holtekff.c128 struct list_head *report_list = in holtekff_init() local
H A Dhid-pl.c74 struct list_head *report_list = in plff_init() local
H A Dhid-dr.c79 struct list_head *report_list = in drff_init() local
H A Dhid-tmff.c122 struct list_head *report_list; in tmff_init() local
H A Dhid-steelseries.c131 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() local
H A Dhid-lg4ff.c1264 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_init() local
H A Dhid-sony.c1229 struct list_head *report_list = in buzz_set_leds() local
H A Dhid-logitech-hidpp.c4388 struct list_head *report_list; in hidpp_application_equals() local
/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py573 def list_to_report(report_list, to_lower=1, field_delim=None): argument
/openbmc/linux/include/linux/
H A Dhid.h549 struct list_head report_list; member