Home
last modified time | relevance | path

Searched refs:output (Results 626 – 650 of 6206) sorted by relevance

1...<<21222324252627282930>>...249

/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c43 vs->zrle->tmp = vs->output; in vnc_zrle_start()
44 vs->output = vs->zrle->zrle; in vnc_zrle_start()
50 vs->zrle->zrle = vs->output; in vnc_zrle_stop()
51 vs->output = vs->zrle->tmp; in vnc_zrle_stop()
62 tmp = vs->output; in zrle_convert_fb()
63 vs->output = vs->zrle->fb; in zrle_convert_fb()
67 vs->zrle->fb = vs->output; in zrle_convert_fb()
68 vs->output = tmp; in zrle_convert_fb()
/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py178 output = subprocess.check_output(
184 logger.debug(output)
186 logger.error(e.output)
289 logger.debug(e.output)
312 logger.debug(e.output)
329 logger.debug(e.output)
355 logger.debug(e.output)
386 logger.debug(e.output)
/openbmc/qemu/tests/qemu-iotests/
H A D074.out1 QA output created by 074
6 …ror while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
13 …ror while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
/openbmc/debug-trigger/
H A Dmeson.build17 output: 'debug-trigger@.service',
24 config_h = configure_file(configuration: config, output: 'config.h')
34 configure_file(input: src, output: dst, copy: true, install_dir: rulesdir)
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dallwinner,sun4i-a10-apb1-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "apb1";
H A Dallwinner,sun4i-a10-cpu-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "cpu";
H A Dallwinner,sun9i-a80-gt-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "gt";
H A Dallwinner,sun7i-a20-gmac-clk.yaml29 clock-output-names:
37 - clock-output-names
48 clock-output-names = "gmac_tx";
H A Dallwinner,sun9i-a80-cpus-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "cpus";
H A Dallwinner,sun5i-a13-ahb-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "ahb";
H A Dallwinner,sun7i-a20-out-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "clk_out_a";
H A Dallwinner,sun9i-a80-ahb-clk.yaml30 clock-output-names:
38 - clock-output-names
49 clock-output-names = "ahb0";
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-thwc-ufi001c.dts49 output-low;
56 output-low;
63 output-high;
/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-clock.dtsi55 clock-output-names = "genpll0", "clk_125m", "clk_scr",
67 clock-output-names = "genpll2", "clk_nic",
79 clock-output-names = "genpll3", "clk_hsls",
89 clock-output-names = "genpll4", "clk_ccn",
101 clock-output-names = "genpll5", "clk_fs4_hf",
111 clock-output-names = "lcpll0", "clk_sata_refp",
122 clock-output-names = "lcpll1", "clk_wan",
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c133 struct mod_hdcp_output output = hdcp_work->output; in process_output() local
135 if (output.callback_stop) in process_output()
138 if (output.callback_needed) in process_output()
140 msecs_to_jiffies(output.callback_delay)); in process_output()
142 if (output.watchdog_timer_stop) in process_output()
145 if (output.watchdog_timer_needed) in process_output()
147 msecs_to_jiffies(output.watchdog_timer_delay)); in process_output()
252 mod_hdcp_reset_connection(&hdcp_w->hdcp, &hdcp_w->output); in hdcp_reset_display()
285 &hdcp_work->output); in event_callback()
429 &hdcp_work->output); in event_watchdog_timer()
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst46 accents represent "useful" data, basically, CEU scaled and cropped output,
86 4. Calculate sensor output window by applying combined scales to real input
91 5. Apply iterative sensor S_FMT for sensor output window.
95 6. Retrieve sensor output window (g_fmt)
132 to 2 : 2', target crop 5 : 5', current output format 6' - 6.
134 3. In the previous step the sensor has tried to preserve its output frame as
/openbmc/u-boot/test/py/tests/
H A Dtest_efi_selftest.py32 output = u_boot_console.run_command('bootefi selftest')
33 assert '\'device tree\'' in output
45 output = u_boot_console.run_command('bootefi selftest')
46 assert '\'watchdog reboot\'' in output
63 output = u_boot_console.run_command(cmd='bootefi selftest',
133 output = u_boot_console.run_command(cmd='bootefi selftest',
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dsvn.py152 output = runfetchcmd("svn propget svn:externals || true", d, workdir=ud.moddir)
153 if output:
157 bb.warn("svn fetch has ignored externals:\n%s" % output)
160 bb.debug(1, "svn repository has externals:\n%s" % output)
196 output = runfetchcmd("LANG=C LC_ALL=C " + self._buildsvncommand(ud, d, "log1"), d, True)
200 revision = re.search('^r([0-9]*)', output.splitlines()[1]).group(1)
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-diffsigs173 output = bb.siggen.dump_sigfile(files[-1]) variable
183 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color) variable
192output = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=c… variable
194 output = bb.siggen.dump_sigfile(options.sigdatafile1) variable
206 if output:
207 print('\n'.join(output))
H A Dbitbake-dumpsig173 output = bb.siggen.dump_sigfile(files[-1]) variable
183 output = bb.siggen.compare_sigfiles(files[-2], files[-1], recursecb, color=color) variable
192output = bb.siggen.compare_sigfiles(options.sigdatafile1, options.sigdatafile2, recursecb, color=c… variable
194 output = bb.siggen.dump_sigfile(options.sigdatafile1) variable
206 if output:
207 print('\n'.join(output))
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dti,tlv320adc3xxx.yaml52 - 3 # ADC3XXX_GPIO_GPO - General purpose output
54 - 5 # ADC3XXX_GPIO_INT1 - INT1 output
70 - 3 # ADC3XXX_GPIO_GPO - General purpose output
72 - 5 # ADC3XXX_GPIO_INT1 - INT1 output
94 Mic bias voltage output on MICBIAS1 pin
105 Mic bias voltage output on MICBIAS2 pin
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dtoshiba,tc358767.yaml71 reference to a valid DSI output endpoint node
91 DPI input/output port. The remote endpoint phandle should be a
92 reference to a valid DPI output or input endpoint node.
97 eDP/DP output port. The remote endpoint phandle should be a
121 /* DPI input and eDP output */
158 /* DPI input and DP output */
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-krane.dtsi303 output-low;
310 output-low;
317 output-low;
333 * this reset line. By specifying output-high here
339 * "output-high" here.
341 output-high;
/openbmc/linux/Documentation/filesystems/
H A Dseq_file.rst16 Virtual files can provide human-readable output that is easy to get at
23 string. But life gets trickier if the output is long - anything greater
41 needing to worry about things like output buffers.
56 Then concatenate the output files out1 and out2 and get the right
100 will output as its position.
131 output. SEQ_START_TOKEN should only be used if the offset is zero,
193 generated output before returning SEQ_SKIP, that output will be dropped.
227 Formatted output
256 which should be escaped in the output. A call to seq_path() will output
261 A function producing complicated output may want to check::
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_utils.py175 output = runner.run(cmd, ignore_errors=ignore_errors)
177 return output
196 assert(msg in runner.output)
335 output = u_boot_console.run_command('crc32 %08x %x' % (address, count))
337 m = re.search('==> ([0-9a-fA-F]{8})$', output)

1...<<21222324252627282930>>...249