/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | sha1.py | 10 from test_gdbstub import main, report 25 report(bp.hit_count == 1, 43 report(int(val_ctx) == exp_ctx, "context->state[0] == %x" % exp_ctx); 48 report(int(val_ctx) == exp_ctx, "context->state[1] == %x" % exp_ctx);
|
H A D | test-qxfer-auxv-read.py | 9 from test_gdbstub import main, report 16 report(isinstance(auxv, str), "Fetched auxv from inferior") 17 report(auxv.find("sha1"), "Found test binary name in auxv")
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | pipe_test.sh | 10 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
|
/openbmc/linux/Documentation/hid/ |
H A D | hiddev.rst | 74 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 D | audio_module.c | 23 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 D | array_size_dup.cocci | 16 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 D | minmax.cocci | 15 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 D | badty.cocci | 19 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 D | newline_in_nl_msg.cocci | 13 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 D | zoned.out | 4 (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 D | conftest.py | 32 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 D | hid-multitouch.c | 155 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() 1497 struct hid_report *report = field->report; in mt_need_to_apply_feature() local 1625 struct hid_report *report; in mt_input_configured() local 1698 if (!report->maxfield) in mt_fix_const_fields() [all …]
|
H A D | hid-holtekff.c | 87 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 D | hid-google-hammer.c | 426 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 D | hid-waltop.c | 652 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 D | kmerr.cocci | 2 /// 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 D | badzero.cocci | 22 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 D | kmerr.cocci | 3 /// 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 D | badzero.cocci | 20 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/linux/scripts/coccinelle/free/ |
H A D | kfreeaddr.cocci | 11 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 D | odd_ptr_err.cocci | 15 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 D | surface_kbd.c | 164 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 D | spectral.c | 477 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 D | pool_zalloc-simple.cocci | 14 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 D | badty.cocci | 18 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)
|