Home
last modified time | relevance | path

Searched refs:report (Results 76 – 100 of 1192) sorted by relevance

12345678910>>...48

/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
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
182 report id as reported by the device -- or relative --
184 report_id) for the next report after report_id. Without a priori
193 Returns the field information associated with a report in a
203 its report type, report id, field index, and index within the
219 Sets the value of a usage in an output report. The user fills in
[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 …]
/openbmc/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci16 virtual report
38 @script:python depends on report@
44 coccilib.report.print_report(p1[0], msg)
67 @script:python depends on report@
73 coccilib.report.print_report(p2[0], msg)
103 @script:python depends on report@
109 coccilib.report.print_report(p1[0], msg)
133 @script:python depends on report@
139 coccilib.report.print_report(p2[0], msg)
167 @script:python depends on report@
[all …]
H A Dminmax.cocci15 virtual report
168 @script:python depends on report@
173 coccilib.report.print_report(p0, "WARNING opportunity for max()")
182 @script:python depends on report@
187 coccilib.report.print_report(p0, "WARNING opportunity for max()")
196 @script:python depends on report@
201 coccilib.report.print_report(p0, "WARNING opportunity for min()")
210 @script:python depends on report@
215 coccilib.report.print_report(p0, "WARNING opportunity for min()")
H A Dbadty.cocci19 virtual report
51 // For org and report mode
54 @r depends on (org || report) disable sizeof_type_expr@
71 @script:python depends on report@
76 coccilib.report.print_report(p[0], msg)
H A Dnewline_in_nl_msg.cocci13 virtual report
15 @r depends on context || org || report@
64 // For report mode
67 @script:python depends on report@
75 coccilib.report.print_report(p[0], msg)
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dzoned.out4 (1) report the first zone:
7 report the first 10 zones
19 report the last zone:
24 report after:
28 report after:
32 report after:
37 report after:
41 report after:
/openbmc/telemetry/redfish-tests/
H A Dconftest.py32 for report in report_definitions.get_collection():
33 report_definitions.delete_report(report)
36 for report in report_definitions.get_collection():
37 report_definitions.delete_report(report)
/openbmc/linux/drivers/hid/
H A Dhid-holtekff.c87 hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT); in holtekff_send()
126 struct hid_report *report; in holtekff_init() local
145 report = list_entry(report_list->next, struct hid_report, list); in holtekff_init()
147 if (report->maxfield < 1 || report->field[0]->report_count != 7) { in holtekff_init()
158 holtekff->field = report->field[0]; in holtekff_init()
H A Dhid-google-hammer.c426 struct hid_report *report; in hammer_has_usage() local
429 list_for_each_entry(report, &re->report_list, list) { in hammer_has_usage()
430 if (report->application != application) in hammer_has_usage()
433 for (i = 0; i < report->maxfield; i++) { in hammer_has_usage()
434 struct hid_field *field = report->field[i]; in hammer_has_usage()
459 struct hid_report *report; in hammer_get_folded_state() local
466 if (!report || report->maxfield < 1) in hammer_get_folded_state()
469 len = hid_report_len(report) + 1; in hammer_get_folded_state()
475 rlen = hid_hw_raw_request(hdev, report->id, buf, len, report->type, HID_REQ_GET_REPORT); in hammer_get_folded_state()
482 for (a = 0; a < report->maxfield; a++) { in hammer_get_folded_state()
[all …]
H A Dhid-waltop.c652 static int waltop_raw_event(struct hid_device *hdev, struct hid_report *report, in waltop_raw_event() argument
656 if (report->type == HID_INPUT_REPORT && report->id == 16 && size >= 8) { in waltop_raw_event()
672 report->type == HID_INPUT_REPORT && in waltop_raw_event()
673 report->id == 16 && in waltop_raw_event()
/openbmc/u-boot/scripts/coccinelle/null/
H A Dkmerr.cocci2 /// NULL check. It only gives a report in the case where there is some
20 virtual report
32 @fixed depends on context && !org && !report@
47 @rfixed depends on (org || report) && !context exists@
69 @script:python depends on report@
75 coccilib.report.print_report(p1[0],msg)
H A Dbadzero.cocci22 virtual report
78 @script:python depends on report@
82 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
182 @script:python depends on report@
186 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
188 @script:python depends on report@
192 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
237 @script:python depends on report@
241 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
/openbmc/linux/scripts/coccinelle/null/
H A Dkmerr.cocci3 /// NULL check. It only gives a report in the case where there is some
18 virtual report
30 @fixed depends on context && !org && !report@
45 @rfixed depends on (org || report) && !context exists@
67 @script:python depends on report@
73 coccilib.report.print_report(p1[0],msg)
H A Dbadzero.cocci20 virtual report
76 @script:python depends on report@
80 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
180 @script:python depends on report@
184 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
186 @script:python depends on report@
190 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
235 @script:python depends on report@
239 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dsha1.py15 def report(cond, msg): function
33 report(bp.hit_count == 1,
50 report(int(val_ctx) == exp_ctx, "context->state[0] == %x" % exp_ctx);
55 report(int(val_ctx) == exp_ctx, "context->state[1] == %x" % exp_ctx);
/openbmc/linux/scripts/coccinelle/free/
H A Dkfreeaddr.cocci11 virtual report
14 @r depends on context || report || org @
32 @script:python depends on report@
37 coccilib.report.print_report(p[0],msg)
/openbmc/linux/scripts/coccinelle/tests/
H A Dodd_ptr_err.cocci15 virtual report
43 @r1 depends on patch && !context && !org && !report exists@
64 @r1_context depends on !patch && (context || org || report) exists@
83 @r1_disj depends on !patch && (context || org || report) exists@
111 @script:python r1_report depends on report@
117 coccilib.report.print_report(j0[0], msg)
/openbmc/linux/drivers/hid/surface-hid/
H A Dsurface_kbd.c164 if (len != hid_report_len(field->report)) in skbd_get_caps_led_value()
167 if (rprt_id != field->report->id) in skbd_get_caps_led_value()
202 u8 report[KBD_FEATURE_REPORT_SIZE]; in skbd_get_feature_report() local
211 if (len < ARRAY_SIZE(report)) in skbd_get_feature_report()
214 status = ssam_kbd_get_feature_report(shid, report, ARRAY_SIZE(report)); in skbd_get_feature_report()
218 if (rprt_id != report[0]) in skbd_get_feature_report()
221 memcpy(buf, report, ARRAY_SIZE(report)); in skbd_get_feature_report()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c477 struct ath11k_spectral_summary_report *report) in ath11k_spectral_pull_summary() argument
479 report->timestamp = __le32_to_cpu(summary->timestamp); in ath11k_spectral_pull_summary()
484 report->grp_idx = FIELD_GET(SPECTRAL_SUMMARY_INFO0_GRP_IDX, in ath11k_spectral_pull_summary()
490 report->false_scan = FIELD_GET(SPECTRAL_SUMMARY_INFO0_FALSE_SCAN, in ath11k_spectral_pull_summary()
492 report->detector_id = FIELD_GET(SPECTRAL_SUMMARY_INFO0_DETECTOR_ID, in ath11k_spectral_pull_summary()
494 report->primary80 = FIELD_GET(SPECTRAL_SUMMARY_INFO0_PRI80, in ath11k_spectral_pull_summary()
503 memcpy(&report->meta, meta, sizeof(*meta)); in ath11k_spectral_pull_summary()
510 struct ath11k_spectral_search_report *report) in ath11k_spectral_pull_search() argument
512 report->timestamp = __le32_to_cpu(search->timestamp); in ath11k_spectral_pull_search()
515 report->fft_count = FIELD_GET(SPECTRAL_FFT_REPORT_INFO0_FFT_NUM, in ath11k_spectral_pull_search()
[all …]
/openbmc/linux/scripts/coccinelle/api/alloc/
H A Dpool_zalloc-simple.cocci14 virtual report
56 // For org and report mode
59 @r depends on org || report@
79 @script:python depends on report@
85 coccilib.report.print_report(p[0], msg)
/openbmc/u-boot/scripts/coccinelle/misc/
H A Dbadty.cocci18 virtual report
50 // For org and report mode
53 @r depends on (org || report) disable sizeof_type_expr@
70 @script:python depends on report@
75 coccilib.report.print_report(p[0], msg)
/openbmc/linux/scripts/coccinelle/api/
H A Dpm_runtime.cocci13 virtual report
82 // For org and report mode
85 @r depends on (org || report) exists@
107 @script:python depends on report@
114 coccilib.report.print_report(p1[0],msg)
/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.c337 struct hid_report *report; in hid_submit_out() local
342 report = usbhid->out[usbhid->outtail].report; in hid_submit_out()
367 struct hid_report *report; in hid_submit_ctrl() local
373 report = usbhid->ctrl[usbhid->ctrltail].report; in hid_submit_ctrl()
403 report->id); in hid_submit_ctrl()
543 usbhid->out[usbhid->outhead].report = report; in __usbhid_submit_report()
593 usbhid->ctrl[usbhid->ctrlhead].report = report; in __usbhid_submit_report()
769 struct hid_report *report; in usbhid_init_reports() local
803 struct hid_report *report; in hid_find_field_early() local
810 field = report->field[i]; in hid_find_field_early()
[all …]
/openbmc/openbmc/poky/scripts/
H A Dyocto_testresults_query.py64 report = subprocess.check_output(command).decode("utf-8")
65 return report
67 def print_report_with_header(report, baseversion, baserevision, targetversion, targetrevision): argument
72 print(report, end='')
91report = compute_regression_report(workdir, basebranch, baserevision, targetbranch, targetrevision…
92 print_report_with_header(report, args.base, baserevision, args.target, targetrevision)

12345678910>>...48