Home
last modified time | relevance | path

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

12345678910>>...48

/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-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-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-multitouch.c155 struct hid_report *report; member
469 report->id); in mt_get_feature()
623 rdata->report = report; in mt_allocate_report_data()
632 field = report->field[r]; in mt_allocate_report_data()
658 if (report == tmp->report) { in mt_find_report_data()
1199 struct hid_report *report = rdata->report; in mt_touch_report() local
1251 field = report->field[r]; in mt_touch_report()
1472 struct hid_report *report = field->report; in mt_need_to_apply_feature() local
1600 struct hid_report *report; in mt_input_configured() local
1673 if (!report->maxfield) in mt_fix_const_fields()
[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/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py16 def report(cond, msg): function
67 report(False, f"duplicate register {entry} vs {reg_map[name]}")
73 report(total_regs == len(reg_map.keys()),
123 report(False, f"{r_name} not in XML description")
129 report(False, f"{r_name} {r_regnum} == {x_regnum} (xml)")
133 report(total_regs == total_r_regs + total_r_elided_regs,
167 report(False, f"failed to read reg: {name}")
195 report(False, f"failed to read {name} at end of run")
203 report(changed > 0, f"{changed} registers were changed")
H A Dmemory.py16 def report(cond, msg): function
50 report(bp.hit_count == 1,
63 report(True, report_str)
66 report(False, report_str)
91 report(step_ok == 3, "single step in boot code")
100 report(cbp.hit_count == 0, "didn't reach backstop")
/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/phosphor-bmc-code-mgmt/
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()
144 report<ImageFailure>(ImageFail::FAIL("Failed to read machine name"), in processImage()
159 report<ImageFailure>( in processImage()
168 report<ImageFailure>( in processImage()
267 report<UnTarFailure>(UnTarFail::PATH(tarFilePath.c_str())); in unTar()
273 report<UnTarFailure>(UnTarFail::PATH(extractDirPath.c_str())); in unTar()
289 report<UnTarFailure>(UnTarFail::PATH(tarFilePath.c_str())); in unTar()
299 report<UnTarFailure>(UnTarFail::PATH(tarFilePath.c_str())); in unTar()
[all …]
/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
277 drvdata->fan_type[i] = report->fan_type[i]; in handle_fan_status_report()
280 switch (report->type) { in handle_fan_status_report()
286 report->fan_speed.duty_percent[i]; in handle_fan_status_report()
469 struct set_fan_speed_report report = { in set_pwm() local
480 ret = send_output_report(drvdata, &report, sizeof(report)); in set_pwm()
563 u8 report[] = { in set_update_interval() local
[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@
159 coccilib.report.print_report(p[0], msg)
173 @depends on context && !org && !report exists@
238 @ifm1 depends on context && !org && !report@
[all …]
/openbmc/qemu/tests/tcg/s390x/gdbstub/
H A Dtest-signals-s390x.py15 def report(cond, msg): function
37 report(illegal_op.hit_count == 1, "illegal_op.hit_count == 1")
38 report(stg.hit_count == 4, "stg.hit_count == 4")
39 report(mvc_8.hit_count == 4, "mvc_8.hit_count == 4")
45 report(status == 0, "status == 0");
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max17042.yaml41 Temperature threshold to report battery as cold (in tenths of degree Celsius).
42 Default is not to report cold events.
47 Temperature threshold to report battery as over heated (in tenths of degree Celsius).
48 Default is not to report over heating events.
53 Voltage threshold to report battery as dead (in mV).
54 Default is not to report dead battery events.
59 Voltage threshold to report battery as over voltage (in mV).
60 Default is not to report over-voltage events.
/openbmc/linux/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c131 report->num_touches = touch; in pixcir_ts_parse()
139 report->ids[i] = bufptr[4]; in pixcir_ts_parse()
155 n = report->num_touches; in pixcir_ts_report()
165 report->ids[i]); in pixcir_ts_report()
168 report->ids[i]); in pixcir_ts_report()
179 report->pos[i].x); in pixcir_ts_report()
181 report->pos[i].y); in pixcir_ts_report()
184 i, slot, report->pos[i].x, report->pos[i].y); in pixcir_ts_report()
194 struct pixcir_report_data report; in pixcir_ts_isr() local
198 pixcir_ts_parse(tsdata, &report); in pixcir_ts_isr()
[all …]
/openbmc/openbmc/meta-security/scripts/
H A Dupload-error-report17 if [ -d $BUILDDIR/tmp/log/error-report/ ]; then
23 for x in `ls $BUILDDIR/tmp/log/error-report/ | grep error_report_`; do
24 send-error-report -y tmp/log/error-report/$x
/openbmc/linux/scripts/coccinelle/misc/
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)
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"))
/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/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@
172 @ruleone_disj depends on !patch && (context || org || report)@
216 @ruletwo_disj depends on !patch && (context || org || report)@
333 @script:python ruleone_report depends on report@
340 coccilib.report.print_report(j0[0], msg)
342 @script:python ruletwo_report depends on report@
349 coccilib.report.print_report(j0[0], msg)
351 @script:python rulethree_report depends on report@
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Drecord.sh41 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
64 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
105 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
118 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
135 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
148 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
H A Dpipe_test.sh10 if ! perf record -e task-clock:u -o - ${prog} | perf report -i - --task | grep ${task}; then
15 if ! perf record -e task-clock:u -o - ${prog} | perf inject -b | perf report -i - | grep ${sym}; th…
21 if ! perf report -i ${data} | grep ${sym}; then
27 if ! perf inject -b -i ${data} | perf report -i - | grep ${sym}; then

12345678910>>...48