Home
last modified time | relevance | path

Searched refs:report (Results 451 – 475 of 1190) sorted by relevance

1...<<11121314151617181920>>...48

/openbmc/linux/drivers/block/
H A Dvirtio_blk.c667 struct virtio_blk_zone_report *report; in virtblk_report_zones() local
676 report = virtblk_alloc_report_buffer(vblk, nr_zones, &buflen); in virtblk_report_zones()
677 if (!report) in virtblk_report_zones()
688 memset(report, 0, buflen); in virtblk_report_zones()
690 ret = virtblk_submit_zone_report(vblk, (char *)report, in virtblk_report_zones()
695 nz = min_t(u64, virtio64_to_cpu(vblk->vdev, report->nr_zones), in virtblk_report_zones()
701 ret = virtblk_parse_zone(vblk, &report->zones[i], in virtblk_report_zones()
707 report->zones[i].z_start) + in virtblk_report_zones()
719 kvfree(report); in virtblk_report_zones()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-regulator8 regulators which can report that input value.
34 regulators which can report that output value.
50 and the regulator can't report a detailed operation mode.
99 which can report the control input for voltage.
114 which can report the control input for a current limit.
128 for regulators which can report that control input value.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-rapidjson_1.19.bb25 # Adding required python package for the ptest (pytest and pytest->automake report translation)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/
H A D0002-bind-Makefile.in-disable-backtrace.patch27 @BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dclass.md15 has a nonzero speed. If all sensors report zero, then no sensors in the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A Dreproducible-build.patch6 For reproducible binaries, we need to report a constant CONFIGURE_LINE.
/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c706 struct joycon_input_report *report; in joycon_request_spi_flash_read() local
725 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_request_spi_flash_read()
727 *reply = &report->subcmd_reply.data[5]; in joycon_request_spi_flash_read()
2101 struct joycon_input_report *report; in joycon_read_info() local
2112 report = (struct joycon_input_report *)ctlr->input_buf; in joycon_read_info()
2115 ctlr->mac_addr[j] = report->subcmd_reply.data[i]; in joycon_read_info()
2130 ctlr->ctlr_type = report->subcmd_reply.data[2]; in joycon_read_info()
2233 struct joycon_input_report *report; in joycon_ctlr_handle_event() local
2249 report = (struct joycon_input_report *)data; in joycon_ctlr_handle_event()
2250 if (report->subcmd_reply.id == ctlr->subcmd_ack_match) in joycon_ctlr_handle_event()
[all …]
/openbmc/linux/Documentation/input/devices/
H A Dxpad.rst46 The jstest-program from joystick-1.2.15 (jstest-version 2.1.0) will report 8
56 report their values as 8 bit unsigned, not sure what this is good for.
66 When using a known dance pad, jstest will report 6 axes and 14 buttons.
70 in the driver being unable to report when the user was pressing both
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack.h204 bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report);
245 int report; member
/openbmc/docs/testing/
H A Drun-test-docker.md85 ${HOME}/OpenBMC_Automation/report.html
129 ${HOME}/OpenBMC_Automation/report.html
/openbmc/linux/include/linux/
H A Dfsnotify.h393 struct fs_error_report report = { in fsnotify_sb_error() local
399 return fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR, in fsnotify_sb_error()
/openbmc/linux/Documentation/hwmon/
H A Dlm78.rst39 which is used to report the lower voltages newer Pentium processors use.
60 Voltage sensors (also known as IN sensors) report their values in volts.
H A Dgl518sm.rst40 sensors, and four voltage sensors. It can report alarms through the
58 Voltage sensors (also known as VIN sensors) report their values in volts.
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport7 * A summary report
16 -d, —-dir <directory> Archive directory to copy the compressed report.
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/
H A Dcp_post_boot142 report,
/openbmc/openbmc-test-automation/bin/
H A Djenkins_funcs.sh128 local dft_report=${robot_short_file_name}.report.html
/openbmc/openbmc/poky/meta/recipes-graphics/builder/
H A Dbuilder_0.1.bb32 # do not report CVEs for other builder apps
/openbmc/linux/include/sound/
H A Dsoc-jack.h66 int report; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/
H A D0001-src-rdate-Fix-printf-format-errors.patch23 return; /* Error, which we can't report because this _is_ the error
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dindex.rst22 report-defect
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/
H A D0001-Do-not-fail-when-testing-config-scripts.patch23 echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
/openbmc/linux/drivers/iio/common/cros_ec_sensors/
H A DKconfig29 Module to report the angle between lid and base for some
/openbmc/linux/Documentation/cpu-freq/
H A Dindex.rst23 There is a CPU frequency general list where you can report bugs,
/openbmc/qemu/tests/qemu-iotests/
H A D138.out13 === Check leaks-fixed/corruptions-fixed report
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py86 report = False
92 report = True
95 if report or percent in [0, 100]:

1...<<11121314151617181920>>...48