Home
last modified time | relevance | path

Searched refs:report (Results 726 – 750 of 1201) sorted by relevance

1...<<21222324252627282930>>...49

/openbmc/linux/Documentation/core-api/
H A Dnetlink.rst54 them - make sure to report dump inconsistency with ``NLM_F_DUMP_INTR``.
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst131 # E.g. can generate an HTML report in a tmp dir like so:
344 Additionally, users can output a full attribute report of tests with their
352 This report can be accessed when running KUnit manually by passing in the
/openbmc/openpower-occ-control/
H A Dpowermode.cpp1082 report<OpenFailure>( in openIpsFile()
1153 report<InternalFailure>(); in registerIpsStatusCallBack()
1212 report<ReadFailure>( in analyzeIpsEvent()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff67 -Then, you can send me a report with outputs from `hddtemp --debug ...',
69 +Then, you can send me a report with outputs from `hddtemp \-\-debug ...',
191 -"the hddtemp man page before sending me a report (section REPORT). Thanks.\n"
192 +"the hddtemp man page before sending a report (section REPORT). Thanks.\n"
490 -"the hddtemp man page before sending me a report (section REPORT). Thanks.\n"
491 +"the hddtemp man page before sending a report (section REPORT). Thanks.\n"
753 +"the hddtemp man page before sending a report (section REPORT). Thanks.\n"
1023 +"the hddtemp man page before sending a report (section REPORT). Thanks.\n"
1304 +"the hddtemp man page before sending a report (section REPORT). Thanks.\n"
1339 +" temperature and/or to send me a report.\n"
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c637 enum ethtool_report report) in ptys2ethtool_link_mode() argument
639 switch (report) { in ptys2ethtool_link_mode()
707 enum ethtool_report report) in ptys2ethtool_update_link_modes() argument
713 ptys2ethtool_link_mode(&ptys2ethtool_map[i], report)); in ptys2ethtool_update_link_modes()
718 enum ethtool_report report) in ethtool2ptys_link_modes() argument
725 report); in ethtool2ptys_link_modes()
/openbmc/linux/sound/soc/codecs/
H A Dwm8996.c2290 int val, reg, report; in wm8996_hpdet_irq() local
2295 report = SND_JACK_HEADPHONE; in wm8996_hpdet_irq()
2316 report = SND_JACK_LINEOUT; in wm8996_hpdet_irq()
2318 report = SND_JACK_HEADPHONE; in wm8996_hpdet_irq()
2322 report |= SND_JACK_MICROPHONE; in wm8996_hpdet_irq()
2324 snd_soc_jack_report(wm8996->jack, report, in wm8996_hpdet_irq()
H A Drt5651.c1786 int report; in rt5651_jack_detect_work() local
1804 report = rt5651_detect_headset(component); in rt5651_jack_detect_work()
1805 dev_dbg(component->dev, "detect report %#02x\n", report); in rt5651_jack_detect_work()
1806 snd_soc_jack_report(rt5651->hp_jack, report, SND_JACK_HEADSET); in rt5651_jack_detect_work()
/openbmc/qemu/docs/
H A Dblock-replication.txt122 In case 1 and 5, we just report the error to the disk layer. In case 2, 3,
123 4 and 6, we just report block replication's error to FT/HA manager (which
/openbmc/linux/Documentation/trace/
H A Dosnoise-tracer.rst23 prints a NMI occurrence counter. If the output does not report NMI
78 running an osnoise/ thread. The osnoise specific fields report:
/openbmc/linux/Documentation/i2c/
H A Dslave-interface.rst176 Currently, there is no slave event to report if the master did ACK or NACK a
180 all I2C controllers have the possibility to report that event.
/openbmc/linux/Documentation/process/
H A Dcode-of-conduct-interpretation.rst52 considered a violation report unless you want it to be. If you are
152 provide a report summarizing the anonymised reports that the Code of
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp298 report<ReadFailure>( in getObject()
613 report<ReadFailure>( in read()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A DREADME11 a Selenium test report with a version-specific format.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md47 - Applications can commit errors to the journal using the **report** or
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile220 report: target
/openbmc/linux/fs/ntfs/
H A DKconfig67 so far not received a single report where the driver would have
/openbmc/linux/fs/reiserfs/
H A DKconfig48 report, say Y and you might get a useful error message. Almost
/openbmc/linux/crypto/
H A Dakcipher.c105 .report = crypto_akcipher_report,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-routing.rst43 Drivers report their current routing tables using the
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst60 Please include the following information in your report:
198 The driver will report HKEY events in the following format::
221 doesn't allow disabling an specific hotkey, the driver will not report
251 maintain maximum bug-to-bug compatibility, it does not report any masks,
411 0x1003 0x02 FN+F3 Many IBM models always report
727 cannot be read or if it is unknown, thinkpad-acpi will report it as "off".
852 a report to ibm-acpi-devel@lists.sourceforge.net is appreciated.
1026 report this as a bug, so that we can fix it.
1183 please report this to ibm-acpi-devel@lists.sourceforge.net, so that we
1192 work well on your ThinkPad model, please report this to
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-python.txt362 The 'report' script is also a shell script with the same base name as
363 your script, but with -report appended. It should also be located in
368 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-report
410 and display the output using 'perf script report':
412 # perf script report syscall-counts
H A Dperf-top.txt131 Please see description of --sort in the perf-report man page.
189 perf-report man pages for details.
405 linkperf:perf-stat[1], linkperf:perf-list[1], linkperf:perf-report[1]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1792 bool hw_rfkill, prev, report; in iwl_pcie_handle_rfkill_irq() local
1802 report = hw_rfkill; in iwl_pcie_handle_rfkill_irq()
1804 report = test_bit(STATUS_RFKILL_OPMODE, &trans->status); in iwl_pcie_handle_rfkill_irq()
1811 if (prev != report) in iwl_pcie_handle_rfkill_irq()
1812 iwl_trans_pcie_rf_kill(trans, report, from_irq); in iwl_pcie_handle_rfkill_irq()
/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst292 calls the standard nfc_shdlc_recv_frame() with a NULL argument to report the
294 SMW to report above in turn.
297 frames. This thread will also check the shdlc sticky status and report to HCI
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dperf.c1013 void *report, u32 *src_id) in scmi_perf_fill_custom_report() argument
1021 struct scmi_perf_limits_report *r = report; in scmi_perf_fill_custom_report()
1038 struct scmi_perf_level_report *r = report; in scmi_perf_fill_custom_report()

1...<<21222324252627282930>>...49