/openbmc/linux/drivers/block/ |
H A D | virtio_blk.c | 667 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 D | sysfs-class-regulator | 8 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 D | python3-rapidjson_1.19.bb | 25 # 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 D | 0002-bind-Makefile.in-disable-backtrace.patch | 27 @BINDLT@ @BINDIOMUX@ @BINDCONFIG@ --enable-full-report
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | class.md | 15 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 D | reproducible-build.patch | 6 For reproducible binaries, we need to report a constant CONFIGURE_LINE.
|
/openbmc/linux/drivers/hid/ |
H A D | hid-nintendo.c | 706 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 D | xpad.rst | 46 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 D | nf_conntrack.h | 204 bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report); 245 int report; member
|
/openbmc/docs/testing/ |
H A D | run-test-docker.md | 85 ${HOME}/OpenBMC_Automation/report.html 129 ${HOME}/OpenBMC_Automation/report.html
|
/openbmc/linux/include/linux/ |
H A D | fsnotify.h | 393 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 D | lm78.rst | 39 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 D | gl518sm.rst | 40 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 D | dreport | 7 * 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 D | cp_post_boot | 142 report,
|
/openbmc/openbmc-test-automation/bin/ |
H A D | jenkins_funcs.sh | 128 local dft_report=${robot_short_file_name}.report.html
|
/openbmc/openbmc/poky/meta/recipes-graphics/builder/ |
H A D | builder_0.1.bb | 32 # do not report CVEs for other builder apps
|
/openbmc/linux/include/sound/ |
H A D | soc-jack.h | 66 int report; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/ |
H A D | 0001-src-rdate-Fix-printf-format-errors.patch | 23 return; /* Error, which we can't report because this _is_ the error
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | index.rst | 22 report-defect
|
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/ |
H A D | 0001-Do-not-fail-when-testing-config-scripts.patch | 23 echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
|
/openbmc/linux/drivers/iio/common/cros_ec_sensors/ |
H A D | Kconfig | 29 Module to report the angle between lid and base for some
|
/openbmc/linux/Documentation/cpu-freq/ |
H A D | index.rst | 23 There is a CPU frequency general list where you can report bugs,
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 138.out | 13 === Check leaks-fixed/corruptions-fixed report
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | teamcity.py | 86 report = False 92 report = True 95 if report or percent in [0, 100]:
|