Home
last modified time | relevance | path

Searched refs:report (Results 51 – 75 of 1197) sorted by relevance

12345678910>>...48

/openbmc/openbmc/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt7 {% for report in reportvalues |sort(attribute='sort') %}
8report.testseries.ljust(maxlen['testseries']) }} | {{ report.result_id.ljust(maxlen['result_id']) …
68 {% for report in reportvalues |sort(attribute='sort') %}
69 {% if report.failed_testcases %}
70 testseries | result_id : {{ report.testseries }} | {{ report.result_id }}
71 {% for testcase in report.failed_testcases %}
/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve-ioctl.py11 from test_gdbstub import main, report
27 report(int(val_z) == i, "z0.b.u[%d] == %d" % (i, i))
30 report(int(val_z) == 0, "z0.b.u[%d] == 0" % (i))
32 report(False, "checking zregs (out of range)")
40 report(int(val_z) == int(val_v),
43 report(False, "checking vregs (out of range)")
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_manager.cpp89 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
101 report<InternalFailure>(InternalFail::FAIL("mkdtemp")); in processImage()
123 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
133 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
144 report<ImageFailure>(ImageFail::FAIL("Failed to read machine name"), in processImage()
159 report<ImageFailure>( in processImage()
168 report<ImageFailure>( in processImage()
179 report<ManifestFileFailure>(ManifestFail::PATH(tarFilePath.c_str())); in processImage()
267 report<UnTarFailure>(UnTarFail::PATH(tarFilePath.c_str())); in unTar()
273 report<UnTarFailure>(UnTarFail::PATH(extractDirPath.c_str())); in unTar()
[all …]
H A Dupdate_manager.cpp69 report<SoftwareErrors::InternalFailure>(InternalFail::FAIL("mkdtemp")); in processImage()
82 report<SoftwareErrors::UnTarFailure>( in processImage()
96 report<SoftwareErrors::ManifestFileFailure>( in processImage()
109 report<SoftwareErrors::ImageFailure>( in processImage()
126 report<SoftwareErrors::ImageFailure>( in processImage()
135 report<SoftwareErrors::ImageFailure>( in processImage()
146 report<SoftwareErrors::ManifestFileFailure>( in processImage()
165 report<SoftwareErrors::ImageFailure>( in processImage()
195 report<SoftwareErrors::ImageFailure>( in processImage()
220 report<Unavailable>(); in startUpdate()
/openbmc/linux/drivers/hwmon/
H A Dnzxt-smart2.c223 struct fan_config_report *report = data; in handle_fan_config_report() local
229 if (report->magic != 0x03) in handle_fan_config_report()
235 drvdata->fan_type[i] = report->fan_type[i]; in handle_fan_config_report()
244 struct fan_status_report *report = data; in handle_fan_status_report() local
264 if (drvdata->fan_type[i] == report->fan_type[i]) in handle_fan_status_report()
276 i, drvdata->fan_type[i], report->fan_type[i]); in handle_fan_status_report()
277 drvdata->fan_type[i] = report->fan_type[i]; in handle_fan_status_report()
280 switch (report->type) { in handle_fan_status_report()
284 get_unaligned_le16(&report->fan_speed.fan_rpm[i]); in handle_fan_status_report()
286 report->fan_speed.duty_percent[i]; in handle_fan_status_report()
[all …]
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_ecache.h54 int report; member
60 int report; member
74 u32 portid, int report);
86 int report) in nf_conntrack_eventmask_report() argument
117 u32 portid, int report) in nf_conntrack_event_report() argument
121 return nf_conntrack_eventmask_report(1 << event, ct, portid, report); in nf_conntrack_event_report()
139 u32 portid, int report);
157 int report) in nf_ct_expect_event_report() argument
/openbmc/linux/drivers/hid/
H A Dhid-chicony.c26 static int ch_report_wireless(struct hid_report *report, u8 *data, int size) in ch_report_wireless() argument
28 struct hid_device *hdev = report->device; in ch_report_wireless()
31 if (report->id != CH_WIRELESS_CTL_REPORT_ID || report->maxfield != 1) in ch_report_wireless()
34 input = report->field[0]->hidinput->input; in ch_report_wireless()
49 struct hid_report *report, u8 *data, int size) in ch_raw_event() argument
51 if (report->application == HID_GD_WIRELESS_RADIO_CTLS) in ch_raw_event()
52 return ch_report_wireless(report, data, size); in ch_raw_event()
H A Dhid-google-stadiaff.c19 struct hid_report *report; member
31 struct hid_field *rumble_field = stadiaff->report->field[0]; in stadiaff_work()
39 hid_hw_request(stadiaff->hid, stadiaff->report, HID_REQ_SET_REPORT); in stadiaff_work()
63 struct hid_report *report; in stadiaff_init() local
75 report = hid_validate_values(hid, HID_OUTPUT_REPORT, in stadiaff_init()
77 if (!report) in stadiaff_init()
95 stadiaff->report = report; in stadiaff_init()
H A Dhid-bigbenff.c176 struct hid_report *report; member
202 struct hid_field *report_field = bigben->report->field[0]; in bigben_worker()
209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL); in bigben_worker()
213 len = hid_report_len(bigben->report); in bigben_worker()
229 hid_output_report(bigben->report, buf); in bigben_worker()
235 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker()
236 bigben->report->type, HID_REQ_SET_REPORT); in bigben_worker()
253 hid_output_report(bigben->report, buf); in bigben_worker()
259 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker()
260 bigben->report->type, HID_REQ_SET_REPORT); in bigben_worker()
[all …]
H A Dhid-retrode.c22 struct hid_field *field = hi->report->field[0]; in retrode_input_configured()
27 switch (field->report->id) { in retrode_input_configured()
34 number = field->report->id; in retrode_input_configured()
39 number = field->report->id - 2; in retrode_input_configured()
42 hid_err(hdev, "Got unhandled report id %d\n", field->report->id); in retrode_input_configured()
H A Dhid-multitouch.c155 struct hid_report *report; member
448 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature() argument
451 u32 size = hid_report_len(report); in mt_get_feature()
461 buf = hid_alloc_report_buf(report, GFP_KERNEL); in mt_get_feature()
465 ret = hid_hw_raw_request(hdev, report->id, buf, size, in mt_get_feature()
469 report->id); in mt_get_feature()
487 mt_get_feature(hdev, field->report); in mt_feature_mapping()
504 mt_get_feature(hdev, field->report); in mt_feature_mapping()
512 mt_get_feature(hdev, field->report); in mt_feature_mapping()
556 struct hid_report *report) in mt_allocate_application() argument
[all …]
/openbmc/linux/scripts/coccinelle/null/
H A Dderef_null.cocci16 virtual report
50 // For org and report modes
52 @r depends on !context && (org || report) exists@
92 @script:python depends on !context && !org && report@
99 coccilib.report.print_report(p[0], msg)
102 @script:python depends on !context && org && !report@
113 @s depends on !context && (org || report) exists@
152 @script:python depends on !context && !org && report@
159 coccilib.report.print_report(p[0], msg)
161 @script:python depends on !context && org && !report@
[all …]
/openbmc/linux/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci11 virtual report
54 @script:python depends on report@
59 coccilib.report.print_report(p1[0], msg % (p2[0].line))
87 @script:python depends on report@
92 coccilib.report.print_report(p1[0], msg % (p2[0].line))
107 @script:python depends on report@
111 coccilib.report.print_report(p1[0], msg)
126 @script:python depends on report@
130 coccilib.report.print_report(p1[0], msg)
H A Dvma_pages.cocci12 virtual report
18 @r_context depends on context && !patch && !org && !report@
28 @r_patch depends on !context && patch && !org && !report@
39 @r_org depends on !context && !patch && (org || report)@
46 @script:python depends on report@
52 coccilib.report.print_report(p[0], msg)
H A Derr_cast.cocci19 virtual report
22 @ depends on context && !patch && !org && !report@
28 @ depends on !context && patch && !org && !report @
35 @r depends on !context && !patch && (org || report)@
51 @script:python depends on report@
57 coccilib.report.print_report(p[0], msg)
H A Dresource_size.cocci20 virtual report
48 @r_org depends on !context && !patch && (org || report)@
55 @rbad_org depends on !context && !patch && (org || report)@
71 @script:python depends on report@
77 coccilib.report.print_report(p[0], msg)
88 @script:python depends on report@
94 coccilib.report.print_report(p[0], msg)
/openbmc/qemu/tests/tcg/s390x/gdbstub/
H A Dtest-signals-s390x.py10 from test_gdbstub import main, report
25 report(illegal_op.hit_count == 1, "illegal_op.hit_count == 1")
26 report(stg.hit_count == 4, "stg.hit_count == 4")
27 report(mvc_8.hit_count == 4, "mvc_8.hit_count == 4")
33 report(status == 0, "status == 0")
/openbmc/linux/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c94 struct pixcir_report_data *report) in pixcir_ts_parse() argument
104 memset(report, 0, sizeof(struct pixcir_report_data)); in pixcir_ts_parse()
131 report->num_touches = touch; in pixcir_ts_parse()
135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop, in pixcir_ts_parse()
139 report->ids[i] = bufptr[4]; in pixcir_ts_parse()
148 struct pixcir_report_data *report) in pixcir_ts_report() argument
155 n = report->num_touches; in pixcir_ts_report()
160 input_mt_assign_slots(ts->input, slots, report->pos, n, 0); in pixcir_ts_report()
165 report->ids[i]); in pixcir_ts_report()
168 report->ids[i]); in pixcir_ts_report()
[all …]
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dmemory.py12 from test_gdbstub import main, report
39 report(bp.hit_count == 1,
52 report(True, report_str)
55 report(False, report_str)
80 report(step_ok == 3, "single step in boot code")
89 report(cbp.hit_count == 0, "didn't reach backstop")
/openbmc/linux/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci14 virtual report
50 @ruleone depends on patch && !context && !org && !report@
79 @ruletwo depends on patch && !context && !org && !report@
111 @rulethree depends on patch && !context && !org && !report exists@
147 @ruleone_context depends on !patch && (context || org || report) exists@
172 @ruleone_disj depends on !patch && (context || org || report)@
185 @ruletwo_context depends on !patch && (context || org || report) exists@
216 @ruletwo_disj depends on !patch && (context || org || report)@
239 @rulethree_context depends on !patch && (context || org || report) exists@
273 @rulethree_disj depends on !patch && (context || org || report) exists@
[all …]
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot28 [Documentation] Verify basic telemetry report creations for different metrics.
43 [Documentation] Verify error while creating telemetry report more than max report limit.
54 # Attempt another report creation and it should fail.
63 [Documentation] Verify basic telemetry report creations for PCIE.
124 [Documentation] Create a basic telemetry report with single metric.
130 # metric_definition_type Name of telemetry report which needs to be created.
131 # report_action Telemetry report action.
132 # append_limit Append limit of the metric data in the report.
133 # expected_result Expected result of report creation - success or fail.
161 # is enough to maintain uniqueness in report name.
[all …]
/openbmc/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci16 virtual report
83 @r depends on (org || report)@
129 @script:python depends on report@
134 coccilib.report.print_report(p[0], construct_warnings("div64_ul"))
136 @script:python depends on report@
141 coccilib.report.print_report(p[0], construct_warnings("div64_long"))
143 @script:python depends on report@
148 coccilib.report.print_report(p[0], construct_warnings("div64_s64"))
150 @script:python depends on report@
155 coccilib.report.print_report(p[0], construct_warnings("div64_u64"))
H A Dwarn.cocci14 virtual report
24 @r1 depends on context || report || org@
37 @script:python depends on report@
42 coccilib.report.print_report(p[0],msg)
73 @r2 depends on context || report || org@
86 @script:python depends on report@
91 coccilib.report.print_report(p[0],msg)
/openbmc/linux/Documentation/hid/
H A Dhiddev.rst74 bundles called "reports". Each report is divided into "fields",
82 it performs an interrupt transfer containing a report which contains
83 the changed value. The hid-core.c module parses the report, and
85 the report. In its basic mode, the hiddev will make these individual
149 Instructs the kernel to retrieve all input and feature report values
164 Instructs the kernel to get a feature or input report from the device,
171 Instructs the kernel to send a report to the device. This report can
173 individual usage values in the report before sending the report in full
179 Fills in a hiddev_report_info structure for the user. The report is
182 report id as reported by the device -- or relative --
[all …]
/openbmc/linux/drivers/staging/greybus/
H A Daudio_module.c23 int report; in gbaudio_request_jack() local
50 report = req->jack_attribute & module->jack_mask; in gbaudio_request_jack()
51 if (!report) { in gbaudio_request_jack()
61 module->jack_type, report); in gbaudio_request_jack()
63 module->jack_type = report; in gbaudio_request_jack()
64 snd_soc_jack_report(&module->headset.jack, report, module->jack_mask); in gbaudio_request_jack()
72 int soc_button_id, report; in gbaudio_request_button() local
93 report = module->button_status & module->button_mask; in gbaudio_request_button()
121 report = report | soc_button_id; in gbaudio_request_button()
123 report = report & ~soc_button_id; in gbaudio_request_button()
[all …]

12345678910>>...48