Home
last modified time | relevance | path

Searched refs:output (Results 601 – 625 of 6206) sorted by relevance

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

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtlv320aic31xx.txt27 1 or MICBIAS_2_0V - MICBIAS output is powered to 2.0V
28 2 or MICBIAS_2_5V - MICBIAS output is powered to 2.5V
29 3 or MICBIAS_AVDD - MICBIAS output is connected to AVDD
32 - ai31xx-ocmv - output common-mode voltage setting
42 CODEC output pins:
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dlontium,lt9211.yaml54 Primary MIPI DSI port-1 for MIPI output or
55 LVDS port-1 for LVDS output or DPI output.
60 Additional MIPI port-2 for MIPI output or LVDS port-2
61 for LVDS output. Used in combination with primary
/openbmc/linux/scripts/
H A Dlink-vmlinux.sh51 local output=${1}
58 info LD ${output}
93 if [ "$output" != "${output#.tmp_vmlinux.kallsyms}" ] ; then
98 ldflags="${ldflags} ${wl}-Map=${output}.map"
101 ${ld} ${ldflags} -o ${output} \
/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsid_lib.sh453 local output
461 CaptureInterruptible output rdisc6 "${args[@]}" || st=$?
464 echo "$output" >&2
468 local ip="$(echo "$output" | grep 'from' | awk '{print $2}')"
469 local mac="$(echo "$output" | grep 'Source link-layer' | ParseMACFromLine)"
470 local staddr="$(echo "$output" | grep 'Stateful address conf.*Yes')"
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-kodama.dtsi299 output-low;
306 output-low;
313 output-low;
329 * this reset line. By specifying output-high here
335 * "output-high" here.
337 output-high;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/netcf/
H A D0001-Adopt-to-new-gnulib-read_file-fread_file-signature.patch46 @@ -211,7 +211,7 @@ int run_program(struct netcf *ncf, const char *const *argv, char **output)
47 "Failed to create file stream for output while executing '%s': %s",
50 - *output = fread_file(outfile, &outlen);
51 + *output = fread_file(outfile, 0, &outlen);
52 ERR_THROW_STRERROR(*output == NULL, ncf, EEXEC,
53 "Error while reading output from execution of '%s': %s",
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Daudio.rst10 capture devices have inputs, output devices have outputs, zero or more
15 signal to a sound card is not considered an audio output.
20 more than one video input or output. Assumed two composite video inputs
26 number, starting at zero, of one audio input or output.
38 audio input and output, respectively.
49 output (which presently has no changeable properties) applications call
53 multiple selectable audio inputs, all audio output ioctls when the
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap36xx-omap3430es2plus-clocks.dtsi17 clock-output-names = "ssi_ssr_gate_fck_3430es2";
32 clock-output-names = "ssi_ssr_div_fck_3430es2";
62 clock-output-names = "hsotgusb_ick_3430es2";
70 clock-output-names = "ssi_ick_3430es2";
93 clock-output-names = "usim_gate_fck";
180 clock-output-names = "usim_mux_fck";
202 clock-output-names = "usim_ick";
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py39 output = dict()
81 output[pkg] = {"arch":arch, "ver":ver,
91 return output
244 output = subprocess.check_output(script_full, stderr=subprocess.STDOUT)
245 if output: bb.note(output.decode("utf-8"))
247 bb.note("Exit code %d. Output:\n%s" % (e.returncode, e.output.decode("utf-8")))
251 if "qemuwrapper: qemu usermode is not supported" in e.output.decode("utf-8"):
345 (' '.join(cmd), e.returncode, e.output.decode("utf-8")))
380 output = oe.utils.format_pkg_list(pkgs, "arch")
381 installed_pkgs.write(output)
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddpi.c45 struct omap_dss_device output; member
52 return container_of(dssdev, struct dpi_data, output); in dpi_get_data_from_dssdev()
325 struct omap_dss_device *out = &dpi->output; in dpi_set_mode()
358 struct omap_dss_device *out = &dpi->output; in dpi_config_lcd_manager()
376 struct omap_dss_device *out = &dpi->output; in dpi_display_enable()
449 struct omap_overlay_manager *mgr = dpi->output.manager; in dpi_display_disable()
590 pll = dpi_get_pll(dpi->output.dispc_channel); in dpi_init_pll()
711 struct omap_dss_device *out = &dpi->output; in dpi_init_output()
727 struct omap_dss_device *out = &dpi->output; in dpi_uninit_output()
736 struct omap_dss_device *out = &dpi->output; in dpi_init_output_port()
[all …]
/openbmc/linux/drivers/platform/x86/
H A Dclassmate-laptop.c173 obj = output.pointer; in cmpc_get_accel_v4()
178 kfree(output.pointer); in cmpc_get_accel_v4()
516 obj = output.pointer; in cmpc_get_accel()
521 kfree(output.pointer); in cmpc_get_accel()
683 unsigned long long output; in cmpc_get_tablet() local
692 *value = output; in cmpc_get_tablet()
779 unsigned long long output; in cmpc_get_brightness() local
788 *value = output; in cmpc_get_brightness()
798 unsigned long long output; in cmpc_set_brightness() local
851 unsigned long long output; in cmpc_get_rfkill_wlan() local
[all …]
/openbmc/linux/arch/um/drivers/
H A Dtty.c39 static int tty_open(int input, int output, int primary, void *d, in tty_open() argument
45 if (input && output) in tty_open()
49 else if (output) in tty_open()
/openbmc/qemu/tests/qemu-iotests/
H A D21592 output=$($QEMU_IO \
96 case $output in
99 *) printf '%s\n' "$output" ;;
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dallwinner,sun4i-a10-osc-clk.yaml29 clock-output-names:
37 - clock-output-names
48 clock-output-names = "osc24M";
H A Dallwinner,sun4i-a10-ve-clk.yaml31 clock-output-names:
40 - clock-output-names
52 clock-output-names = "ve";
H A Dpwm-clock.yaml20 description: Exact output frequency, in case the PWM period is not exact
23 clock-output-names:
42 clock-output-names = "mipi_mclk";
/openbmc/linux/arch/mips/boot/dts/mscc/
H A Djaguar2_pcb118.dts45 output-low;
50 output-high;
55 output-high;
/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp197 void VpdTool::debugger(json output) in debugger() argument
199 cout << output.dump(4) << '\n'; in debugger()
410 json output = json::object({}); in parseInvJson() local
468 return output; in parseInvJson()
474 json output = json::array({}); in dumpInventory() local
476 debugger(output); in dumpInventory()
482 json output = json::array({}); in dumpObject() local
484 debugger(output); in dumpObject()
527 debugger(output); in readKeyword()
753 json output = json::object({}); in readKwFromHw() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c783 struct dc_surface_dcc_cap *output) in hubbub31_get_dcc_compression_cap() argument
791 memset(output, 0, sizeof(*output)); in hubbub31_get_dcc_compression_cap()
849 output->grph.rgb.max_compressed_blk_size = 256; in hubbub31_get_dcc_compression_cap()
850 output->grph.rgb.independent_64b_blks = false; in hubbub31_get_dcc_compression_cap()
856 output->grph.rgb.max_compressed_blk_size = 128; in hubbub31_get_dcc_compression_cap()
857 output->grph.rgb.independent_64b_blks = false; in hubbub31_get_dcc_compression_cap()
863 output->grph.rgb.max_compressed_blk_size = 64; in hubbub31_get_dcc_compression_cap()
864 output->grph.rgb.independent_64b_blks = true; in hubbub31_get_dcc_compression_cap()
870 output->grph.rgb.independent_64b_blks = false; in hubbub31_get_dcc_compression_cap()
874 output->capable = true; in hubbub31_get_dcc_compression_cap()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dov7670.txt3 The Omnivision OV7670 sensor supports multiple resolutions output, such as
5 output formats.
21 - ov7670,pclk-hb-disable: a boolean property to suppress pixel clock output
25 sub-node for its digital output video port, in accordance with the video
/openbmc/linux/Documentation/devicetree/bindings/iio/afe/
H A Dvoltage-divider.yaml42 output-ohms:
44 Resistance Rout over which the output voltage is measured. See full-ohms.
54 - output-ohms
83 output-ohms = <22>;
/openbmc/linux/fs/squashfs/
H A Dzstd_wrapper.c63 struct squashfs_page_actor *output) in zstd_uncompress() argument
82 out_buf.dst = squashfs_first_page(output); in zstd_uncompress()
110 out_buf.dst = squashfs_next_page(output); in zstd_uncompress()
141 squashfs_finish_page(output); in zstd_uncompress()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_nuvoton.cpp67 MemorySet output; in open() local
68 output.mappedFd = mappedFd; in open()
69 output.mapped = mapped; in open()
71 return output; in open()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drm.c326 pipe->brx->sink = &pipe->output->entity; in vsp1_du_pipeline_setup_brx()
453 &pipe->output->entity, 0); in vsp1_du_pipeline_setup_inputs()
551 if (pipe->output->writeback) in vsp1_du_pipeline_configure()
554 dl = vsp1_dl_list_get(pipe->output->dlm); in vsp1_du_pipeline_configure()
706 vsp1_dlm_reset(pipe->output->dlm); in vsp1_du_setup_lif()
902 pipe->output->mem.addr[0] = wb_cfg->mem[0]; in vsp1_du_atomic_flush()
905 pipe->output->writeback = true; in vsp1_du_atomic_flush()
968 pipe->output = vsp1->wpf[i]; in vsp1_drm_init()
971 pipe->output->entity.pipe = pipe; in vsp1_drm_init()
972 pipe->output->entity.sink = pipe->lif; in vsp1_drm_init()
[all …]
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py152 return output
1138 output = ""
1926 output = {}
1943 output={}
1989 output={}
2043 output={}
2109 output={}
2164 output={}
2229 output={}
2297 output={}
[all …]

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