/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-tqma8mq-mba8mx.dts | 91 output-high; 184 fsl,ext-reset-output;
|
H A D | imx8mp-tqma8mpql-mba8mpxl.dts | 310 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 D | qcs404-evb.dtsi | 240 output-low; 307 output-low;
|
H A D | msm8996-xiaomi-common.dtsi | 28 clock-output-names = "divclk4"; 679 output-low; 688 output-low; 697 output-high;
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3368-lion.dtsi | 21 clock-output-names = "ext_gmac"; 176 clock-output-names = "xin32k", "rk808-clkout2";
|
/openbmc/qemu/hw/gpio/ |
H A D | sifive_gpio.c | 80 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/qemu/docs/devel/testing/ |
H A D | functional.rst | 18 the normal output of your test to stderr instead. 22 that there is no TAP-incompatible output written to stdio, e.g. either by 23 prefixing every line with a "# " to mark the output as a TAP comment, or 24 e.g. by capturing the stdout output of subprocesses (redirecting it to 103 functions in the right fassion (e.g. with TAP output that is required by the
|
/openbmc/linux/mm/ |
H A D | huge_memory.c | 232 const char *output; in enabled_show() local 235 output = "[always] madvise never"; in enabled_show() 238 output = "always [madvise] never"; in enabled_show() 240 output = "always madvise [never]"; in enabled_show() 242 return sysfs_emit(buf, "%s\n", output); in enabled_show() 306 const char *output; in defrag_show() local 310 output = "[always] defer defer+madvise madvise never"; in defrag_show() 313 output = "always [defer] defer+madvise madvise never"; in defrag_show() 316 output = "always defer [defer+madvise] madvise never"; in defrag_show() 319 output = "always defer defer+madvise [madvise] never"; in defrag_show() [all …]
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 5217 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 D | buildhistory.bbclass | 2 # 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/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | __init__.py | 936 … (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/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 36 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/linux/tools/testing/selftests/tc-testing/ |
H A D | README | 69 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 D | cpufreq_drivers.rst | 146 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 D | echoaudio_dsp.c | 573 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 D | local.conf.sample | 55 # 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
|
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/ |
H A D | local.conf.sample | 55 # 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
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | altr_socfpga.txt | 17 either an oscillator or a pll output.
|
/openbmc/linux/Documentation/devicetree/bindings/media/xilinx/ |
H A D | xlnx,v-tpg.txt | 22 The TPG has a single output port numbered 0.
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-sis630.rst | 54 in your ``lspci`` output , then this driver is for your chipset.
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | rcar-fdp1.rst | 20 conversion output frames are identical to the input frames.
|
/openbmc/linux/include/uapi/linux/ |
H A D | uhid.h | 186 struct uhid_output_req output; member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 092.out | 1 QA output created by 092
|
H A D | 133.out | 1 QA output created by 133
|
/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/ |
H A D | Kconfig | 40 HDMI video input/output interface, audio codec ES8396,
|