Home
last modified time | relevance | path

Searched refs:output (Results 5626 – 5650 of 6207) sorted by relevance

1...<<221222223224225226227228229230>>...249

/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.3.rst371 - *Default Output Directory Changed:* Wic's default output directory is
376 specify your preferred output directory if you do not want to use the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0001-COPYING-add-GPLv2-license-file.patch99 +running the Program is not restricted, and the output from the Program
337 +If the program is interactive, make it output a short notice like this
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass20 # 8) Whether output the .src.rpm package:
531 # of the output file ensures that we create it each time the recipe
/openbmc/linux/drivers/platform/x86/
H A Dasus-laptop.c362 struct acpi_buffer *output) in write_acpi_int_ret() argument
376 status = acpi_evaluate_object(handle, (char *)method, &params, output); in write_acpi_int_ret()
H A Dsony-laptop.c729 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in __call_snc_method() local
739 status = acpi_evaluate_object(handle, method, &params, &output); in __call_snc_method()
744 status = acpi_evaluate_object(handle, method, NULL, &output); in __call_snc_method()
753 result = (union acpi_object *) output.pointer; in __call_snc_method()
/openbmc/linux/Documentation/process/
H A D5.Posting.rst179 specific log or compiler output, include that output to help others
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm6125.dtsi25 clock-output-names = "xo_board";
32 clock-output-names = "sleep_clk";
H A Dsm8150.dtsi32 clock-output-names = "xo_board";
39 clock-output-names = "sleep_clk";
1920 clock-output-names = "pcie_0_pipe_clk";
2024 clock-output-names = "pcie_1_pipe_clk";
3472 clock-output-names = "usb3_phy_pipe_clk_src";
3503 clock-output-names = "usb3_uni_phy_pipe_clk_src";
H A Dsa8775p.dtsi1579 clock-output-names = "usb3_prim_phy_pipe_clk_src";
1666 clock-output-names = "usb3_sec_phy_pipe_clk_src";
2501 clock-output-names = "pcie_0_pipe_clk";
2601 clock-output-names = "pcie_1_pipe_clk";
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py391 if isinstance(value, subprocess.CalledProcessError) and value.output:
393 error.append(value.output.decode("utf-8", errors="ignore"))
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py506 actstr, output = parse_extract_field(
509 self["attrs"].append(["OVS_ACTION_ATTR_OUTPUT", output])
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-rainier.dts230 output-high;
237 output-high;
/openbmc/linux/drivers/net/
H A Dvrf.c835 rt6->dst.output = vrf_output6; in vrf_rt6_create()
1074 rth->dst.output = vrf_output; in vrf_rtable_create()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1658 the whole buffer size defines the output latency for the playback
2712 about a mixer control where the control's value affects the output
2959 When the controller supports only the input or output MIDI stream, pass
2967 When ``MPU401_INFO_TX_IRQ`` is set, the output stream isn't checked in
2970 processing the output stream in the irq handler.
3052 The fourth and fifth arguments are the number of output and input
3058 output port, ``SNDRV_RAWMIDI_INFO_INPUT`` if there is at least one
3060 output and input at the same time.
3126 Rawmidi trigger callback for output substreams
3210 This is only used with output substreams. This function should wait
[all …]
/openbmc/linux/kernel/events/
H A Dcore.c5948 struct fd output; in _perf_ioctl() local
5949 ret = perf_fget_light(arg, &output); in _perf_ioctl()
5952 output_event = output.file->private_data; in _perf_ioctl()
5954 fdput(output); in _perf_ioctl()
7992 perf_iterate_f output, in perf_iterate_ctx() argument
8005 output(event, data); in perf_iterate_ctx()
8027 output(event, data); in perf_iterate_sb_cpu()
8038 perf_iterate_sb(perf_iterate_f output, void *data, in perf_iterate_sb() argument
8052 perf_iterate_ctx(task_ctx, output, data, false); in perf_iterate_sb()
8056 perf_iterate_sb_cpu(output, data); in perf_iterate_sb()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dfscrypt.rst690 __u64 policy_size; /* input/output */
695 } policy; /* output */
818 an *output* field which the kernel fills in with a cryptographic
961 __u32 removal_status_flags; /* output */
1058 /* output */
1079 On success, 0 is returned and the kernel fills in the output fields:
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst99 the path of the build. BitBake's output should not (and usually does
124 writes output during the build.
463 separate recipes that provide the same output.
466 where each provides the same output. This scenario is usually
704 echo commands and shell script output appears on standard out
746 Sets the BitBake debug output level to a specific value as
/openbmc/linux/sound/soc/codecs/
H A Dmadera.c4701 int madera_set_output_mode(struct snd_soc_component *component, int output, in madera_set_output_mode() argument
4707 if (output < 1 || output > MADERA_MAX_OUTPUT) in madera_set_output_mode()
4710 reg = MADERA_OUTPUT_PATH_CONFIG_1L + (output - 1) * 8; in madera_set_output_mode()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183.dtsi668 clock-output-names = "clk13m";
675 clock-output-names = "clk26m";
1577 clock-output-names = "mipi_tx0_pll";
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c2737 static int emit_btf_ext_data(struct bpf_linker *linker, void *output, in emit_btf_ext_data() argument
2741 void *cur = output; in emit_btf_ext_data()
2761 return cur - output; in emit_btf_ext_data()
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12-common.dtsi2147 /* CVBS VDAC output port */
2152 /* HDMI-TX output port */
2499 clock-output-names = "xtal";
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst254 If you want to enable debug output, you have to load the driver manually and
/openbmc/linux/Documentation/networking/
H A Dudplite.rst277 will produce logging output to syslog. Dropping and rejecting packets also works.
/openbmc/linux/drivers/staging/most/Documentation/
H A Ddriver_usage.txt138 configure whether this link will be an input or output
/openbmc/linux/Documentation/sound/designs/
H A Dtimestamping.rst61 The link time is taken at the output of the SoC/chipset as the samples

1...<<221222223224225226227228229230>>...249