Home
last modified time | relevance | path

Searched refs:report (Results 201 – 225 of 1192) sorted by relevance

12345678910>>...48

/openbmc/openpower-proc-control/
H A Dnmi_interface.cpp54 report<InternalFailure>(); in nmi()
62 report<InternalFailure>(); in nmi()
/openbmc/linux/drivers/hid/
H A Dhid-uclogic-core.c94 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 Dhid-lg4ff.h10 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
H A Dhid-logitech-dj.c1159 u8 report = data[0]; in logi_dj_recv_forward_input_report() local
1162 if (report > REPORT_TYPE_RFREPORT_LAST) { in logi_dj_recv_forward_input_report()
1187 struct hid_report *report; in logi_dj_recv_send_report() local
1195 if (!report) { in logi_dj_recv_send_report()
1201 report->field[0]->value[i] = data[i]; in logi_dj_recv_send_report()
1203 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in logi_dj_recv_send_report()
1523 struct hid_report *report, u8 *data, in logi_dj_dj_event() argument
1593 struct hid_report *report, u8 *data, in logi_dj_hidpp_event() argument
1670 struct hid_report *report, u8 *data, in logi_dj_raw_event() argument
1720 return logi_dj_dj_event(hdev, report, data, size); in logi_dj_raw_event()
[all …]
H A Dhid-logitech-hidpp.c477 struct hidpp_report *report) in hidpp_report_is_connect_event() argument
482 (report->rap.sub_id == 0x41)); in hidpp_report_is_connect_event()
808 switch (report->rap.sub_id) { in hidpp10_battery_event()
815 capacity = report->rap.params[0]; in hidpp10_battery_event()
2166 lux = (report->fap.params[1] << 8) | report->fap.params[2]; in hidpp_solar_battery_event()
3882 *answer = *report; in hidpp_raw_hidpp_event()
4333 struct hid_report *report; in hidpp_get_report_length() local
4336 report = re->report_id_hash[id]; in hidpp_get_report_length()
4337 if (!report) in hidpp_get_report_length()
4389 struct hid_report *report; in hidpp_application_equals() local
[all …]
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c202 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 Drtl8723bs_recv.c25 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 Dtripwire.txt22 …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 D0002-Add-support-for-boot-initiator-mailbox.patch85 + 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 Dxmit.c847 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/qemu/tests/tcg/multiarch/gdbstub/
H A Dtest-thread-breakpoint.py13 def report(cond, msg): function
30 report(str(frame.function()) == "thread1_func", "break @ %s"%frame)
H A Dinterrupt.py16 def report(cond, msg): function
65 report(check_interrupt(thread),
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/
H A D0001-Stop-and-send-SRESET-for-one-thread-only.patch37 report<InternalFailure>();
48 + report<InternalFailure>();
55 report<InternalFailure>();
/openbmc/linux/scripts/coccinelle/api/
H A Dmemdup.cocci15 virtual report
62 @script:python depends on report@
66 coccilib.report.print_report(p[0], "WARNING opportunity for kmemdup")
/openbmc/linux/scripts/coccinelle/locks/
H A Dflags.cocci14 virtual report
75 @script:python depends on d && report@
81 coccilib.report.print_report(p2[0], msg)
/openbmc/linux/scripts/coccinelle/misc/
H A Difcol.cocci20 virtual report
42 @script:python depends on report@
49 coccilib.report.print_report(p1[0],msg)
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dstart.rst60 $ 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 Dperf-config.txt89 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 …]
H A Dperfconfig.example14 report = on
31 [report]
/openbmc/linux/arch/s390/kernel/
H A Dipl.c2426 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 Dhiddev.h45 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
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py195 for (machine, report) in self.ptests.items():
199 for (machine, report) in self.ltptests.items():
203 for (machine, report) in self.ltpposixtests.items():
290 def report(args, logger): function
291 report = ResultsTextReport()
292report.view_test_report(logger, args.source_dir, args.branch, args.commit, args.tag, args.use_regr…
301 parser_build.set_defaults(func=report)
/openbmc/linux/Documentation/admin-guide/
H A Dreporting-issues.rst112 join the discussion instead of sending a new report.
176 report them:
590 Check where you need to report your issue
826 the report went out'.
1068 Write and send the report
1098 and write the detailed report first. ;-)
1100 Things each report should mention argument
1125 that read your report:
1201 The important part: the head of your report argument
1275 Duties after the report went out
[all …]
/openbmc/u-boot/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci7 //#may also cause a report to be a false positive.
18 virtual report
141 @script:python depends on report@
147 coccilib.report.print_report(p2[0], msg)
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml2 Implement to provide reports management. Contain information about report
3 limitations and allows to add report.
57 Indicates if readings in report will be updated.
62 Path to new report ->

12345678910>>...48