Home
last modified time | relevance | path

Searched refs:report (Results 176 – 200 of 1192) sorted by relevance

12345678910>>...48

/openbmc/qemu/scripts/ci/
H A Dcoverage-summary.sh15 gcovr -p -o raw-report.txt
18 sed s@$PWD\/@@ raw-report.txt | sed s/[0-9]\*[,-]//g > simplified.txt
/openbmc/linux/scripts/coccinelle/api/
H A Ddevice_attr_show.cocci14 virtual report
45 @script: python depends on report@
49 coccilib.report.print_report(p[0], "WARNING: use scnprintf or sprintf")
H A Dsimple_open.cocci11 virtual report
39 @ openr depends on report @
71 coccilib.report.print_report(pf[0],"WARNING opportunity for simple_open, see also structure on line…
H A Dd_find_alias.cocci13 virtual report
76 @script:python depends on report@
81 coccilib.report.print_report(p1[0], msg % (p2[0].line))
/openbmc/linux/scripts/coccinelle/tests/
H A Ddoublebitand.cocci18 virtual report
51 @script:python depends on report@
55 coccilib.report.print_report(p[0],"duplicated argument to & or |")
H A Ddoubletest.cocci17 virtual report
55 @script:python depends on report && !bad@
59 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
/openbmc/linux/sound/soc/codecs/
H A Dwm8350.c55 int report; member
1244 int report; in wm8350_hp_work() local
1248 report = jack->report; in wm8350_hp_work()
1250 report = 0; in wm8350_hp_work()
1252 snd_soc_jack_report(jack->jack, report, jack->report); in wm8350_hp_work()
1329 priv->hpl.report = report; in wm8350_hp_jack_detect()
1335 priv->hpr.report = report; in wm8350_hp_jack_detect()
1343 if (report) { in wm8350_hp_jack_detect()
1369 int report = 0; in wm8350_mic_handler() local
1379 report |= priv->mic.report; in wm8350_mic_handler()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-roccat.c78 struct roccat_report *report; in roccat_read() local
118 report = &device->cbuf[reader->cbuf_start]; in roccat_read()
125 if (copy_to_user(buffer, report->value, len)) { in roccat_read()
251 struct roccat_report *report; in roccat_report_event() local
262 report = &device->cbuf[device->cbuf_end]; in roccat_report_event()
265 kfree(report->value); in roccat_report_event()
267 report->value = new_value; in roccat_report_event()
H A Dhid-lenovo.c268 field->report->id == 5) { in lenovo_input_mapping_tpIIkbd()
312 field->report->id == 21) { in lenovo_input_mapping_tpIIkbd()
683 struct hid_report *report, u8 *data, int size) in lenovo_raw_event() argument
788 struct hid_report *report; in lenovo_features_set_tpkbd() local
798 report->field[2]->value[0] = data_pointer->sensitivity; in lenovo_features_set_tpkbd()
799 report->field[3]->value[0] = data_pointer->press_speed; in lenovo_features_set_tpkbd()
801 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in lenovo_features_set_tpkbd()
1030 struct hid_report *report; in lenovo_led_set_tpkbd() local
1032 report = hdev->report_enum[HID_OUTPUT_REPORT].report_id_hash[3]; in lenovo_led_set_tpkbd()
1033 report->field[0]->value[0] = (data_pointer->led_state >> 0) & 1; in lenovo_led_set_tpkbd()
[all …]
H A Dhid-playstation.c1233 if (report->bt) { in dualsense_send_output_report()
1238 crc = ~crc32_le(crc, report->data, report->len - 4); in dualsense_send_output_report()
1240 report->bt->crc32 = cpu_to_le32(crc); in dualsense_send_output_report()
1243 hid_hw_output_report(hdev, report->data, report->len); in dualsense_send_output_report()
1249 struct dualsense_output_report report; in dualsense_output_worker() local
1254 common = report.common; in dualsense_output_worker()
2117 common = report.common; in dualshock4_output_worker()
2151 if (report.bt) { in dualshock4_output_worker()
2166 crc = ~crc32_le(crc, report.data, report.len - 4); in dualshock4_output_worker()
2168 report.bt->crc32 = cpu_to_le32(crc); in dualshock4_output_worker()
[all …]
/openbmc/openbmc/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh29 -E EMAIL_ADDR send email report
35 -x create xml report (instead of json)
211 oe-build-perf-report -r "$results_repo" > $report_txt
212 oe-build-perf-report -r "$results_repo" --html > $report_html
218 …"$script_dir"/oe-build-perf-report-email.py --to "$email_to" --subject "Build Perf Test Report for…
/openbmc/u-boot/test/py/
H A Dconftest.py553 for report in reports:
554 if report.outcome == 'failed':
555 if hasattr(report, 'wasxfail'):
562 msg = 'FAILED:\n' + str(report.longrepr)
565 if report.outcome == 'skipped':
566 if hasattr(report, 'wasxfail'):
569 msg = 'XFAILED:\n' + str(report.longrepr)
573 msg = 'SKIPPED:\n' + str(report.longrepr)
/openbmc/linux/scripts/coccinelle/free/
H A Dput_device.cocci9 virtual report
39 @script:python depends on report@
44 coccilib.report.print_report(p2[0],
H A Diounmap.cocci17 virtual report
61 @script:python depends on report@
68 coccilib.report.print_report(p3[0],msg)
H A Dclk_put.cocci17 virtual report
61 @script:python depends on report@
68 coccilib.report.print_report(p3[0],msg)
H A Dpci_free_consistent.cocci10 virtual report
38 @script:python depends on report@
44 coccilib.report.print_report(p2[0],msg)
/openbmc/linux/scripts/coccinelle/null/
H A Deno.cocci15 virtual report
43 @script:python depends on report@
49 coccilib.report.print_report(p2[0], msg)
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h106 u32 portid, int report);
119 void *data, u32 portid, int report);
130 u32 portid, int report, unsigned int flags);
/openbmc/linux/scripts/coccinelle/misc/
H A Dcond_no_effect.cocci14 // In the Linux kernel it does not seem to actually report
46 virtual report
61 @script:python depends on report@
65 coccilib.report.print_report(p[0],"WARNING: possible condition with no effect (if == else)")
H A Dnoderef.cocci13 virtual report
77 @script:python depends on report@
82 coccilib.report.print_report(p[0],msg)
H A Dorplus.cocci14 virtual report
66 @script:python depends on s && report@
71 coccilib.report.print_report(p[0],msg)
/openbmc/docs/security/
H A Dobmc-security-response-team.md9 - a procedure to privately report security vulnerabilities
31 [How to privately report a security vulnerability](./how-to-report-a-security-vulnerability.md)
32 web page explains how OpenBMC community members can report a security
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml1 name: Bug report
7 Thanks for taking the time to fill out this bug report!
13 This is used to report product bugs:
14 …To report a security vulnerability, please follow <https://github.com/openbmc/docs/blob/master/sec…
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-hid9 report_desc blob corresponding to HID report descriptors
11 report_length HID report length
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c255 if (len % sizeof(*report)) in ath10k_htc_process_credit_report()
258 n_reports = len / sizeof(*report); in ath10k_htc_process_credit_report()
262 if (report->eid >= ATH10K_HTC_EP_COUNT) in ath10k_htc_process_credit_report()
265 ep = &htc->endpoint[report->eid]; in ath10k_htc_process_credit_report()
266 ep->tx_credits += report->credits; in ath10k_htc_process_credit_report()
269 report->eid, report->credits, ep->tx_credits); in ath10k_htc_process_credit_report()
295 if (report->pre_valid != ((~report->post_valid) & 0xFF)) in ath10k_htc_process_lookahead()
301 report->pre_valid, report->post_valid); in ath10k_htc_process_lookahead()
321 int bundle_cnt = len / sizeof(*report); in ath10k_htc_process_lookahead_bundle()
334 report->lookahead, 4); in ath10k_htc_process_lookahead_bundle()
[all …]

12345678910>>...48