Home
last modified time | relevance | path

Searched refs:output (Results 3226 – 3250 of 6207) sorted by relevance

1...<<121122123124125126127128129130>>...249

/openbmc/linux/Documentation/w1/masters/
H A Dds2490.rst44 removed it can produce a good amount of error output before the bus
68 reattaching would clear the problem. usbmon output in the guest and
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst15 或PDF格式的文档。生成的文档放在 ``Documentation/output`` 文件夹中。
117 的格式:请参阅 ``make help`` 的文档部分。生成的文档放在 ``Documentation/output``
/openbmc/linux/net/core/
H A Dlwtunnel.c344 if (likely(ops && ops->output)) in lwtunnel_output()
345 ret = ops->output(net, sk, skb); in lwtunnel_output()
H A Ddst.c60 dst->output = dst_discard_out; in dst_init()
154 dst->output = dst_discard_out; in dst_dev_put()
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Drzg2lc-smarc-som.dtsi152 output-high;
178 output-high;
H A Dbeacon-renesom-som.dtsi20 clock-output-names = "osc_32k";
83 output-high;
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3368-geekbox.dts30 clock-output-names = "ext_gmac";
127 clock-output-names = "xin32k", "rk808-clkout2";
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8250-sony-xperia-edo-pdx203.dts372 output-low;
380 output-low;
/openbmc/phosphor-power/
H A Dmeson.build132 configure_file(output: 'config.h', configuration: conf)
137 # the output filename of a target definition so the target must be defined in
/openbmc/docs/designs/
H A Duart-mux-support.md114 switched to capture the output of whatever the satellite is printing. It is
115 important to log the output of the update process to understand any failures
122 mux, and relevant output from the blade's boot process must be captured
126 about the boot process, which is output on the respective consoles at various
129 For ease of correlation, their output should be logged together.
135 specific mux configuration is required (to output update progress from the
143 progress output from the satellite BMC.
147 will not immediately disrupt the update progress output from the satellite BMC.
152 the update progress output from the satellite BMC.
/openbmc/linux/crypto/
H A Dtestmgr.c3309 if (!output) in test_comp()
3314 kfree(output); in test_comp()
3327 ilen, output, &dlen); in test_comp()
3400 kfree(output); in test_comp()
3411 char *output, *decomp_out; in test_acomp() local
3418 if (!output) in test_acomp()
3423 kfree(output); in test_acomp()
3438 memset(output, 0, dlen); in test_acomp()
3530 memset(output, 0, dlen); in test_acomp()
3566 if (memcmp(output, dtemplate[i].output, req->dlen)) { in test_acomp()
[all …]
/openbmc/u-boot/drivers/serial/
H A DKconfig169 - Call debug_uart_putc() to output a character
180 the drivers may conflict and you will get strange output.
246 output to the console. This can be useful for early debugging of
342 provides basic serial output from the console without needing to
447 Select this if the UART you want to use for debug output is already
451 bool "Check if UART is enabled on output"
472 bool "Bypass output when no connection"
475 Bypass console output and keep going even if there is no JTAG
476 terminal connection with the host. The console output will resume
478 output will wait forever until a JTAG terminal is connected. If you
[all …]
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun7i-a20.dtsi211 clock-output-names = "osc24M";
218 clock-output-names = "osc32k";
234 clock-output-names = "mii_phy_tx";
241 clock-output-names = "gmac_int_tx";
249 clock-output-names = "gmac_tx";
418 clock-output-names = "tcon0-pixel-clock";
469 clock-output-names = "tcon1-pixel-clock";
527 "output",
546 "output",
563 "output",
[all …]
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot49 # Example output from 'Peltool -l':
272 # Example of redfish_event_logs output:
325 # TODO: Compare CCIN and part number fields of PEL callout with Redfish or busctl output.
400 # Example output from 'Peltool -l':
597 ${status} ${output}= Run Keyword And Ignore Error Peltool -i ${1st_id}
599 Should Contain ${output} PEL not found
601 ${status} ${output}= Run Keyword And Ignore Error Peltool -i ${3000th_id}
603 Should Not Contain ${output} PEL not found
607 [Documentation] Verify PEL command to output PEL logs in reverse order.
854 # Example of PEL output from "peltool -i <id>" command.
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c449 struct stm32f7_i2c_timings *output) in stm32f7_i2c_compute_timing() argument
618 output->presc = s->presc; in stm32f7_i2c_compute_timing()
619 output->scldel = s->scldel; in stm32f7_i2c_compute_timing()
620 output->sdadel = s->sdadel; in stm32f7_i2c_compute_timing()
621 output->scll = s->scll; in stm32f7_i2c_compute_timing()
622 output->sclh = s->sclh; in stm32f7_i2c_compute_timing()
626 output->presc, in stm32f7_i2c_compute_timing()
627 output->scldel, output->sdadel, in stm32f7_i2c_compute_timing()
628 output->scll, output->sclh); in stm32f7_i2c_compute_timing()
/openbmc/linux/arch/alpha/lib/
H A Dstxncpy.S59 mskql t0, a1, t0 # e0 : assemble the first output word
164 or t0, t1, t0 # e0 : first output word complete
173 stq_u t0, 0(a0) # e0 : store first output word
/openbmc/linux/Documentation/hwmon/
H A Dw83792d.rst49 can be configured to PWM output or Analogue DC output via their associated
72 Alarms are provided as output from "realtime status register". Following bits
H A Dadm9240.rst136 An analog output provides a 0 to 1.25 volt signal intended for an external
137 fan speed amplifier circuit. The analog output is set to maximum value on
177 The ADM9240 provides an internal open drain on this line, and may output
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-icev2.dts372 output-high;
387 output-high;
394 output-high;
H A Dexynos5420-peach-pit.dts102 * [1:0] SW output 1.2V voltage is lower to 96%
147 * [7:6] Right-bar GPIO output strength is 8mA
201 * Set LVDS output as 6bit-VESA mapping,
/openbmc/linux/arch/arm/crypto/
H A Dsha256-armv4.pl47 while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
48 open STDOUT,">$output";
H A Dsha512-armv4.pl60 while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
61 open STDOUT,">$output";
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst79 Configuration of video output
82 For output devices targets and ioctls are used similarly to the video
103 For output devices the default cropping rectangle is queried using
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Drunqueue.py41output = subprocess.check_output(cmd, env=env, stderr=subprocess.STDOUT,universal_newlines=True, c…
42 print(output)
44 self.fail("Command %s failed with %s" % (cmd, e.output))
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dx-powers,axp152.yaml132 Set this when the N_VBUSEN pin is used as an output pin to control an
295 trades efficiency under light loads for lower output
382 /* LDO1 is a fixed output regulator */

1...<<121122123124125126127128129130>>...249