/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 255 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 …]
|
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | interrupt.py | 11 from test_gdbstub import gdb_exit, main, report 56 report(check_interrupt(thread),
|
/openbmc/linux/drivers/hid/ |
H A D | hid-playstation.c | 1233 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 …]
|
H A D | hid-uclogic-core.c | 94 if (!hi->report) in uclogic_input_configured() 101 if (hi->report->id == params->pen.id) { in uclogic_input_configured() 109 if (hi->report->id == frame->id) { in uclogic_input_configured() 122 field = hi->report->field[0]; in uclogic_input_configured() 417 struct hid_report *report, in uclogic_raw_event() argument 420 unsigned int report_id = report->id; in uclogic_raw_event() 428 if (report->type != HID_INPUT_REPORT) in uclogic_raw_event()
|
H A D | hid-lg4ff.h | 10 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, 17 static inline int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event() argument
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | noderef.cocci | 13 virtual report 77 @script:python depends on report@ 82 coccilib.report.print_report(p[0],msg)
|
H A D | orplus.cocci | 14 virtual report 66 @script:python depends on s && report@ 71 coccilib.report.print_report(p[0],msg)
|
H A D | ifcol.cocci | 20 virtual report 42 @script:python depends on report@ 49 coccilib.report.print_report(p1[0],msg)
|
/openbmc/linux/scripts/coccinelle/free/ |
H A D | iounmap.cocci | 17 virtual report 61 @script:python depends on report@ 68 coccilib.report.print_report(p3[0],msg)
|
H A D | clk_put.cocci | 17 virtual report 61 @script:python depends on report@ 68 coccilib.report.print_report(p3[0],msg)
|
H A D | pci_free_consistent.cocci | 10 virtual report 38 @script:python depends on report@ 44 coccilib.report.print_report(p2[0],msg)
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | d_find_alias.cocci | 13 virtual report 76 @script:python depends on report@ 81 coccilib.report.print_report(p1[0], msg % (p2[0].line))
|
H A D | memdup.cocci | 15 virtual report 62 @script:python depends on report@ 66 coccilib.report.print_report(p[0], "WARNING opportunity for kmemdup")
|
/openbmc/openpower-proc-control/ |
H A D | nmi_interface.cpp | 54 report<InternalFailure>(); in nmi() 62 report<InternalFailure>(); in nmi()
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 202 struct hid_report *report = report_enum->report_id_hash[j]; in __hid_bpf_allocate_data() local 204 if (report) in __hid_bpf_allocate_data() 205 max_report_len = max(max_report_len, hid_report_len(report)); in __hid_bpf_allocate_data() 405 struct hid_report *report; in hid_bpf_hw_request() local 442 report = hid_bpf_ops->hid_get_report(report_enum, buf); in hid_bpf_hw_request() 443 if (!report) in hid_bpf_hw_request() 446 report_len = hid_report_len(report); in hid_bpf_hw_request()
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723bs_recv.c | 25 struct recv_stat report; in update_recvframe_attrib() local 26 struct rxreport_8723b *prxreport = (struct rxreport_8723b *)&report; in update_recvframe_attrib() 28 report.rxdw0 = prxstat->rxdw0; in update_recvframe_attrib() 29 report.rxdw1 = prxstat->rxdw1; in update_recvframe_attrib() 30 report.rxdw2 = prxstat->rxdw2; in update_recvframe_attrib() 31 report.rxdw3 = prxstat->rxdw3; in update_recvframe_attrib() 32 report.rxdw4 = prxstat->rxdw4; in update_recvframe_attrib() 33 report.rxdw5 = prxstat->rxdw5; in update_recvframe_attrib()
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | tripwire.txt | 22 …he local key signs Tripwire database files. The local key may sign the Tripwire report files also. 31 …recorded in the Tripwire database. Violations are printed to stdout. The report file is saved and … 35 …-report mode prints the contents of a Tripwire report. If you do not specify a report with the --t… 52 …ject to be monitored. Rules also describe which changes to the object to report, and which to igno… 58 …roduces report files. Report files summarize any changes that violated the policy file rules durin… 60 …EKEYFILE, and LOCALKEYFILE specify where the policy file, database file, report files, and site an…
|
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | 0002-Add-support-for-boot-initiator-mailbox.patch | 85 + report<InternalFailure>(); 114 + report<InternalFailure>(); 143 + report<InternalFailure>(); 171 + report<InternalFailure>(); 193 + // 2. If {1} is 'false', report Parameter not supported (0x80) 197 + // report Out of space (0xC4) 263 + report<InternalFailure>(); 294 + // 2. If {1} is 'false', report Parameter not supported (0x80) 298 + // report Out of range (0xC9) 302 + // 4.3. If {4.1} doesn't match {4.2}, report 0xCC error (Invalid [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | xmit.c | 847 struct ieee80211_tx_info *report, in b43_fill_txstatus_report() argument 856 retry_limit = report->status.rates[0].count; in b43_fill_txstatus_report() 857 ieee80211_tx_info_clear_status(report); in b43_fill_txstatus_report() 861 report->flags |= IEEE80211_TX_STAT_ACK; in b43_fill_txstatus_report() 864 if (!(report->flags & IEEE80211_TX_CTL_NO_ACK)) { in b43_fill_txstatus_report() 871 report->status.rates[0].count = 0; in b43_fill_txstatus_report() 880 report->status.rates[0].count = 0; in b43_fill_txstatus_report() 881 report->status.rates[1].count = status->frame_count; in b43_fill_txstatus_report() 884 report->status.rates[0].count = retry_limit; in b43_fill_txstatus_report() 889 report->status.rates[0].count = status->frame_count; in b43_fill_txstatus_report() [all …]
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/ |
H A D | 0001-Stop-and-send-SRESET-for-one-thread-only.patch | 37 report<InternalFailure>(); 48 + report<InternalFailure>(); 55 report<InternalFailure>();
|
/openbmc/linux/scripts/coccinelle/locks/ |
H A D | flags.cocci | 14 virtual report 75 @script:python depends on d && report@ 81 coccilib.report.print_report(p2[0], msg)
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
H A D | start.rst | 60 $ sudo damo report heats --heatmap stdout 82 $ sudo damo report wss --range 0 101 10 100 $ sudo damo report wss --range 0 101 10 --sortby time
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 89 report = on 119 [report] 152 % perf config report.queue-size call-graph.order report.children 195 from sub-commands (top, report, annotate). 498 report.*:: 499 report.sort_order:: 503 report.percent-limit:: 510 report.queue-size:: 514 report.children:: 520 report.group:: [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ipl.c | 2426 report->size += cert->entry.len; in ipl_report_add_certificate() 2433 struct ipl_report *report; in ipl_report_init() local 2435 report = vzalloc(sizeof(*report)); in ipl_report_init() 2436 if (!report) in ipl_report_init() 2439 report->ipib = ipib; in ipl_report_init() 2448 return report; in ipl_report_init() 2461 buf = vzalloc(report->size); in ipl_report_finish() 2466 memcpy(ptr, report->ipib, report->ipib->hdr.len); in ipl_report_finish() 2471 ptr += report->ipib->hdr.len; in ipl_report_finish() 2501 BUG_ON(ptr > buf + report->size); in ipl_report_finish() [all …]
|
/openbmc/linux/include/linux/ |
H A D | hiddev.h | 45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report); 53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event() argument
|