Home
last modified time | relevance | path

Searched refs:output (Results 3426 – 3450 of 6206) sorted by relevance

1...<<131132133134135136137138139140>>...249

/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Drealtek,usb2phy.yaml104 Control the magnitude of High speed Dp/Dm output swing (mV).
117 If the magnitude of High speed Dp/Dm output swing still not meet the
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dstericsson,u8500-clks.yaml114 output clocks. These are two PRCMU-internal clocks that can be divided and
121 The first cell indicates which output clock we are using,
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Drockchip,rk818.yaml33 clock-output-names:
35 From common clock binding to override the default output clock name.
H A Drohm,bd71815-pmic.yaml44 clock-output-names:
111 clock-output-names = "bd71815-32k-out";
/openbmc/linux/drivers/clk/at91/
H A Dclk-pll.c216 if (bestrate >= characteristics->output[i].min && in clk_pll_get_best_div_mul()
217 bestrate <= characteristics->output[i].max) in clk_pll_get_best_div_mul()
/openbmc/linux/fs/erofs/
H A DKconfig16 It also provides fixed-sized output compression support in order to
83 Enable fixed-sized output compression for EROFS.
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt6779-pinctrl.yaml146 output-low: true
148 output-high: true
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-b850v3.dts210 output-low;
217 output-low;
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3368-lion.dtsi21 clock-output-names = "ext_gmac";
177 clock-output-names = "xin32k", "rk808-clkout2";
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-evm-processor-common.dtsi201 output-low;
211 output-low;
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6795-sony-xperia-m5.dts250 output-high;
318 output-high;
H A Dmt6779.dtsi95 clock-output-names = "clk26m";
102 clock-output-names = "clk32k";
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-tqma8mq-mba8mx.dts91 output-high;
184 fsl,ext-reset-output;
H A Dimx8mp-tqma8mpql-mba8mpxl.dts310 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
340 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
395 output-high;
441 output-high;
563 fsl,sai-mclk-direction-output;
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqcs404-evb.dtsi240 output-low;
307 output-low;
/openbmc/qemu/hw/gpio/
H A Dsifive_gpio.c80 qemu_set_irq(s->output[i], actual_value); in update_state()
371 qdev_init_gpio_out(DEVICE(s), s->output, s->ngpio); in sifive_gpio_realize()
/openbmc/linux/mm/
H A Dhuge_memory.c243 const char *output; in enabled_show() local
246 output = "[always] madvise never"; in enabled_show()
249 output = "always [madvise] never"; in enabled_show()
251 output = "always madvise [never]"; in enabled_show()
253 return sysfs_emit(buf, "%s\n", output); in enabled_show()
317 const char *output; in defrag_show() local
321 output = "[always] defer defer+madvise madvise never"; in defrag_show()
324 output = "always [defer] defer+madvise madvise never"; in defrag_show()
327 output = "always defer [defer+madvise] madvise never"; in defrag_show()
330 output = "always defer defer+madvise [madvise] never"; in defrag_show()
[all …]
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c5217 char* const ostart = (char*)output->dst; in ZSTD_compressStream_generic()
5218 char* const oend = output->size != 0 ? ostart + output->size : ostart; in ZSTD_compressStream_generic()
5219 char* op = output->pos != 0 ? ostart + output->pos : ostart; in ZSTD_compressStream_generic()
5232 assert(output->pos <= output->size); in ZSTD_compressStream_generic()
5371 output->pos = op - ostart; in ZSTD_compressStream_generic()
5397 cctx->expectedOutBufferSize = output->size - output->pos; in ZSTD_setBufferExpectations()
5417 size_t const outBufferSize = output->size - output->pos; in ZSTD_checkBufferStability()
5481 ZSTD_outBuffer* output, in ZSTD_compressStream2() argument
5487 RETURN_ERROR_IF(output->pos > output->size, dstSize_tooSmall, "invalid output buffer"); in ZSTD_compressStream2()
5503 ZSTD_setBufferExpectations(cctx, output, input); in ZSTD_compressStream2()
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass2 # Records history of build output in order to detect regressions
56 # Similarly for our function that gets the output signatures
339 taskoutdir = os.path.join(d.getVar('BUILDHISTORY_DIR'), 'task', 'output')
360 bb.warn('buildhistory: unable to read %s to get output signature' % fullpath)
460 with open(output_file_full, 'w') as output:
461 output.write(format_pkg_list(pkgs, output_type, pkgdata_dir))
588 # Also don't output the ownership data, but instead output just - - so
606 # Make sure the output folder exists so we can create the file
858 # porcelain output looks like "?? packages/foo/bar"
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst36 The output of the compilation process will be a function, containing the
40 have TCGv (tinycode variables) representing the input and output registers of
53 with ``in`` are already initialized, while the others are output parameters.
57 - Fill in the output function signature with the correct TCGv registers
58 - Fill in the output function signature with the immediate integers
117 pseudo code, output into ``idef_parser_input.h.inc``. For instance, the
175 opens input and output files, creates the parsing context, and eventually calls
232 output register RsV
233 output predicate register P0
537 In the output, we find a failure in the very first test case ``float_convs``
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py936 … (output, errors) = bb.process.run(cmd, log=log, shell=True, stderr=subprocess.PIPE, cwd=workdir)
942 output = "output:\n%s\n%s" % (e.stdout, e.stderr)
944 output = "output:\n%s" % e.stderr
947 output = "see logfile for output"
949 output = "no output"
950 … error_message = "Fetch command %s failed with exit code %s, %s" % (e.command, e.exitcode, output)
962 return output
1568 output = subprocess.check_output(['ar', '-t', file], preexec_fn=subprocess_setup)
1570 if output:
1571 for line in output.decode().splitlines():
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DREADME69 output captured from the failing test will be printed immediately following
70 the failed test in the TAP output.
238 This plugin will output an extra test for each test in the test file,
239 one is the existing output as to whether the test passed or failed,
/openbmc/linux/Documentation/admin-guide/pm/
H A Dcpufreq_drivers.rst146 used to discover the offsets for the input and output buffers in the shared
168 processor since the last time this command was completed. The output buffer
170 a percentage of the nominal (ie: maximum) CPU frequency. The output buffer
176 desired frequency for a logical processor. The output buffer is currently
/openbmc/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.c573 static int set_monitor_gain(struct echoaudio *chip, u16 output, u16 input, in set_monitor_gain() argument
576 if (snd_BUG_ON(output >= num_busses_out(chip) || in set_monitor_gain()
583 chip->monitor_gain[output][input] = gain; in set_monitor_gain()
584 chip->comm_page->monitors[monitor_index(chip, output, input)] = gain; in set_monitor_gain()
/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/
H A Dlocal.conf.sample55 # BitBake has the capability to accelerate builds based on previously built output.
69 # Where to place the build output
72 # where BitBake should place its temporary files and output. Keep in mind that
225 # By default qemu will build with a builtin VNC server where graphical output can be

1...<<131132133134135136137138139140>>...249