Home
last modified time | relevance | path

Searched refs:report (Results 226 – 250 of 1204) sorted by relevance

12345678910>>...49

/openbmc/linux/tools/perf/Documentation/
H A Dperfconfig.example14 report = on
31 [report]
/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/linux/drivers/hid/
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 …]
H A Dhid-debug.c660 struct hid_report *report; in hid_dump_device() local
669 report = (struct hid_report *) list; in hid_dump_device()
672 if (report->id) in hid_dump_device()
673 seq_printf(f, "(%d)", report->id); in hid_dump_device()
674 seq_printf(f, "[%s]", table[report->type]); in hid_dump_device()
676 for (k = 0; k < report->maxfield; k++) { in hid_dump_device()
679 hid_dump_field(report->field[k], 6, f); in hid_dump_device()
1074 struct hid_report *report; in hid_dump_input_mapping() local
1079 for (i = 0; i < report->maxfield; i++) { in hid_dump_input_mapping()
1080 for ( j = 0; j < report->field[i]->maxusage; j++) { in hid_dump_input_mapping()
[all …]
H A Dhid-zydacron.c109 static int zc_raw_event(struct hid_device *hdev, struct hid_report *report, in zc_raw_event() argument
117 if (report->id == data[0]) { in zc_raw_event()
129 switch (report->id) { in zc_raw_event()
/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)
H A Ditnull.cocci19 virtual report
88 @script:python depends on report@
94 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 ->
/openbmc/linux/sound/soc/codecs/
H A Dda7219-aad.c117 int report = 0, ret; in da7219_aad_hptest_work() local
252 report |= SND_JACK_HEADPHONE; in da7219_aad_hptest_work()
254 report |= SND_JACK_LINEOUT; in da7219_aad_hptest_work()
332 snd_soc_jack_report(da7219_aad->jack, report, in da7219_aad_hptest_work()
358 int i, ret, report = 0, mask = 0; in da7219_aad_irq_thread() local
398 report |= SND_JACK_MECHANICAL; in da7219_aad_irq_thread()
424 report |= SND_JACK_HEADSET; in da7219_aad_irq_thread()
438 report |= SND_JACK_BTN_0 >> i; in da7219_aad_irq_thread()
448 report &= ~(SND_JACK_BTN_0 >> i); in da7219_aad_irq_thread()
456 report = 0; in da7219_aad_irq_thread()
[all …]
/openbmc/linux/scripts/coccinelle/misc/
H A Dflexible_array.cocci14 virtual report
95 @script: python depends on report@
100 coccilib.report.print_report(p[0], msg)
H A Duninitialized_var.cocci27 virtual report
46 @script:python depends on report@
50 coccilib.report.print_report(p[0], "WARNING this kind of initialization is deprecated")
H A Ddoubleinit.cocci15 virtual report
45 @script:python depends on report@
54 coccilib.report.print_report(p0[0],msg)
/openbmc/linux/scripts/coccinelle/locks/
H A Ddouble_lock.cocci15 virtual report
86 @script:python depends on report@
93 coccilib.report.print_report(p1[0],msg)
/openbmc/linux/lib/
H A Ddhry_run.c39 goto report; in dhry_benchmark()
48 report: in dhry_benchmark()
/openbmc/qemu/tests/guest-debug/
H A Dtest_gdbstub.py24 def report(cond, msg): function
43 report(arch.name() == expected_arch,
/openbmc/docs/designs/
H A Dpsu-monitoring.md16 validate configurations, report invalid configurations, detect and report
17 various faults, and report vital product data (VPD). Some of the function will
38 1. The power supply application must detect, isolate, and report individual
41 configuration, and status, and report via external interfaces.
42 3. The power supply application must report power supply failures to IPMI and
44 4. The power supply application must report power supply present/missing changes
51 and report improper configurations (during boot and at runtime only).
52 6. The power supply application must collect and report power supply VPD (unless
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c49 u8 report, cck_highpwr; in _rtl8723e_query_rxphystatus() local
67 report = cck_buf->cck_agc_rpt & 0xc0; in _rtl8723e_query_rxphystatus()
68 report = report >> 6; in _rtl8723e_query_rxphystatus()
69 switch (report) { in _rtl8723e_query_rxphystatus()
85 report = p_drvinfo->cfosho[0] & 0x60; in _rtl8723e_query_rxphystatus()
86 report = report >> 5; in _rtl8723e_query_rxphystatus()
87 switch (report) { in _rtl8723e_query_rxphystatus()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c58 u8 report, cck_highpwr; in _rtl92se_query_rxphystatus() local
70 report = cck_buf->cck_agc_rpt & 0xc0; in _rtl92se_query_rxphystatus()
71 report = report >> 6; in _rtl92se_query_rxphystatus()
72 switch (report) { in _rtl92se_query_rxphystatus()
88 report = p_drvinfo->cfosho[0] & 0x60; in _rtl92se_query_rxphystatus()
89 report = report >> 5; in _rtl92se_query_rxphystatus()
90 switch (report) { in _rtl92se_query_rxphystatus()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c52 u8 report, cck_highpwr; in _rtl92ce_query_rxphystatus() local
66 report = cck_buf->cck_agc_rpt & 0xc0; in _rtl92ce_query_rxphystatus()
67 report = report >> 6; in _rtl92ce_query_rxphystatus()
68 switch (report) { in _rtl92ce_query_rxphystatus()
85 report = p_drvinfo->cfosho[0] & 0x60; in _rtl92ce_query_rxphystatus()
86 report = report >> 5; in _rtl92ce_query_rxphystatus()
87 switch (report) { in _rtl92ce_query_rxphystatus()
/openbmc/linux/Documentation/hid/
H A Dhid-bpf.rst41 Simple fixup of report descriptor
45 in the report descriptor. These fixes all require a kernel patch and the
117 Thus, all of the parsing of the HID report and the HID report descriptor
278 modified content and size as the report descriptor.
290 required from the owner of the original report descriptor fixup.
314 even if we change its report descriptor.
317 accessing the current report descriptor of the device through the sysfs.
333 physical position of the switch through a feature report.
346 one byte in the report is less than ideal.
450 needs to emit a feature report on the device itself.
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Df_sdp.c243 u8 report = data[0]; in sdp_rx_command_complete() local
250 if (report != 1) { in sdp_rx_command_complete()
251 pr_err("Unexpected report %d\n", report); in sdp_rx_command_complete()
328 u8 report = data[0]; in sdp_rx_data_complete() local
336 if (report != 2) { in sdp_rx_data_complete()
337 pr_err("Unexpected report %d\n", report); in sdp_rx_data_complete()
438 int report = w_value & HID_REPORT_ID_MASK; in sdp_setup() local
443 switch (report) { in sdp_setup()
/openbmc/linux/tools/perf/tests/shell/
H A Drecord_offcpu.sh54 if ! perf report -i ${perfdata} -q --percent-limit=90 | grep -E -q sleep
81 if ! perf report -i ${perfdata} -s comm -q -n -t ';' --percent-limit=90 | \
/openbmc/linux/tools/lib/subcmd/
H A Dsubcmd-util.h10 static inline void report(const char *prefix, const char *err, va_list params) in report() function
22 report(" Fatal: ", err, params); in die()

12345678910>>...49