/openbmc/openbmc-test-automation/lib/ |
H A D | var_funcs.py | 573 def list_to_report(report_list, to_lower=1, field_delim=None): argument 633 if len(report_list) <= 1: 638 report_list = [re.sub("\\|", "", line) for line in report_list] 640 header_line = report_list[0] 645 if re.match(r"^-[ -]*$", report_list[1]): 647 field_desc_regex = create_field_desc_regex(report_list[1]) 648 field_desc_len = len(report_list[1]) 651 del report_list[1] 664 for report_line in report_list[1:]: 725 report_list = list(filter(None, out_buf.split("\n"))) [all …]
|
/openbmc/linux/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-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-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-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-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-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-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-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-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 | 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-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-steelseries.c | 131 struct list_head *report_list = &hdev->report_enum[HID_OUTPUT_REPORT].report_list; in steelseries_srws1_set_leds() local 132 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in steelseries_srws1_set_leds()
|
H A D | hid-input.c | 141 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_find_key() 1743 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hidinput_find_field() 1761 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_get_led_field() 1782 &hid->report_enum[HID_OUTPUT_REPORT].report_list, in hidinput_count_leds() 1945 list_for_each_entry(rep, &rep_enum->report_list, list) { in hidinput_change_resolution_multipliers() 1972 list_for_each_entry(rep, &rep_enum->report_list, list) in report_features() 2144 list_for_each_entry(report, &hid->report_enum[k].report_list, in hidinput_cleanup_hidinput() 2294 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hidinput_connect()
|
H A D | hid-debug.c | 667 list = report_enum->report_list.next; in hid_dump_device() 668 while (list != &report_enum->report_list) { in hid_dump_device() 1078 list_for_each_entry(report, &hid->report_enum[k].report_list, list) { in hid_dump_input_mapping()
|
H A D | hid-kye.c | 522 list = &hdev->report_enum[HID_FEATURE_REPORT].report_list; in kye_tablet_enable()
|
H A D | hid-core.c | 78 list_add_tail(&report->list, &report_enum->report_list); in hid_register_report() 685 INIT_LIST_HEAD(&report_enum->report_list); in hid_close_report() 1004 &hid->report_enum[type].report_list, in hid_validate_values() 1134 list_for_each_entry(rep, &rep_enum->report_list, list) { in hid_apply_multiplier() 1175 list_for_each_entry(rep, &rep_enum->report_list, list) { in hid_setup_resolution_multiplier() 1813 list_for_each_entry(report, &report_enum->report_list, list) in hid_process_ordering()
|
H A D | hid-lg4ff.c | 1264 struct list_head *report_list = &hid->report_enum[HID_OUTPUT_REPORT].report_list; in lg4ff_init() local 1265 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in lg4ff_init()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | hid.c | 164 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in gb_hid_find_max_report() 213 &hid->report_enum[HID_INPUT_REPORT].report_list, in gb_hid_init_reports() 218 &hid->report_enum[HID_FEATURE_REPORT].report_list, in gb_hid_init_reports()
|
/openbmc/linux/drivers/hid/intel-ish-hid/ |
H A D | ishtp-hid.h | 56 struct report_list { struct
|
H A D | ishtp-hid-client.c | 75 struct report_list *reports_list; in process_recv() 282 reports_list = (struct report_list *)payload; in process_recv()
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hiddev.c | 76 if (list_empty(&report_enum->report_list)) in hiddev_lookup_report() 79 list = report_enum->report_list.next; in hiddev_lookup_report() 90 if (list == &report_enum->report_list) in hiddev_lookup_report() 123 list_for_each_entry(report, &report_enum->report_list, list) { in hiddev_lookup_usage()
|
H A D | hid-core.c | 775 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 779 list_for_each_entry(report, &report_enum->report_list, list) in usbhid_init_reports() 808 list_for_each_entry(report, &hid->report_enum[HID_OUTPUT_REPORT].report_list, list) { in hid_find_field_early() 844 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in hid_find_max_report()
|
/openbmc/openbmc-test-automation/redfish/telemetry_service/ |
H A D | test_telemetry_report.robot | 198 …${report_list}= Redfish_Utils.Get Member List /redfish/v1/TelemetryService/MetricReportDefinitio… 199 FOR ${report} IN @{report_list}
|