/openbmc/u-boot/tools/dtoc/ |
H A D | dtb_platdata.py | 549 def run_steps(args, dtb_file, include_disabled, output): argument 565 plat.setup_output(output)
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dmabuf.rst | 21 Input and output devices support the streaming I/O method when the 132 and enqueue buffers, when enough buffers are stacked up output is
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig.debug | 127 bool "CPS SMP NS16550 UART output" 143 The base address of the ns16550 compatible UART on which to output
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0004-reproducible.patch | 18 * Sorts output in GNUmakefile 24 is used, else the output from "GenFw XXX.bin" differs from "GenFw /long/path/XXX.bin"
|
/openbmc/linux/include/net/ |
H A D | dst.h | 37 int (*output)(struct net *net, struct sock *sk, struct sk_buff *skb); member 458 return INDIRECT_CALL_INET(skb_dst(skb)->output, in dst_output()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | ivm.c | 68 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() argument 91 hv_ghcb->hypercall.outputgpa = (u64)output; in hv_ghcb_hypercall()
|
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc4350-hitex-eval.dts | 363 mpmc,output-enable-delay = <0>; 400 mpmc,output-enable-delay = <30>;
|
/openbmc/linux/drivers/clk/at91/ |
H A D | sama5d2.c | 13 .output = { .min = 124000000, .max = 166000000 }, 28 .output = plla_outputs,
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 325 } output; member 379 struct matrox_altout* output; member
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | Kconfig | 172 bool "PS3 udbg output via UDP broadcasts on Ethernet" 175 Enables udbg early debugging output by sending broadcast UDP
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-beacon-som.dtsi | 116 clock-output-names = "clk-32k-out"; 294 fsl,ext-reset-output;
|
H A D | imx8mm-phycore-som.dtsi | 86 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>; 324 fsl,ext-reset-output;
|
H A D | imx8mn-beacon-som.dtsi | 125 clock-output-names = "clk-32k-out"; 305 fsl,ext-reset-output;
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3066a-rayeager.dts | 334 pcfg_output_high: pcfg-output-high { 335 output-high;
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0001-FF-A-v15-arm64-smccc-add-support-for-SMCCCv1.2-x0-x1.patch | 14 arm64: smccc: Add support for SMCCCv1.2 extended input/output registers 109 * #defines from the assembly-language output.
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | vvfat | 116 output = self.qio.cmd( 121 output_rows = output.split("\n")[:rows]
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 40 - video output switching, expansion control 64 - a copy of the output of dmidecode, with serial numbers 152 (output in hex format: 0xAAAABBCC), where: 441 0x1007 0x06 FN+F7 Video output cycle. 653 Video output control -- /proc/acpi/ibm/video 680 docking or undocking) cause the video output device to change 897 For example, on the X40, a typical output may be: 902 On the T43/p, a typical output may be: 1565 Enabling debugging output 1569 enable various classes of debugging output, for example:: [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio | 426 to the _raw output. 636 Raw (unscaled, no bias etc.) output voltage for 638 unique if the output corresponds to a single channel. 660 Specifies the output powerdown mode. 661 DAC output stage is disconnected from the amplifier and 672 For a list of available output power down options read 683 Lists all available output power down modes. 707 ADF4371 has an integrated VCO with fundamendal output 724 fundamental output frequency. 730 Phase in radians of one frequency/clock output Y [all …]
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | Kconfig | 85 a (family of) single-output regulators that supports 86 transitioning between two different output voltages based on 91 (i.e. the alternate voltage), disabling output via software,
|
/openbmc/linux/Documentation/staging/ |
H A D | lzo.rst | 26 - a distance when copying data from the dictionary (past output buffer) 33 encoded on larger values), or a literal to be copied to the output buffer. 53 For references to the dictionary, distances are relative to the output
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomfwctrl.c | 497 struct atom_get_smu_clock_info_output_parameters_v3_1 *output; in pp_atomfwctrl_get_clk_information_by_clkid() local 511 output = (struct atom_get_smu_clock_info_output_parameters_v3_1 *)¶meters; in pp_atomfwctrl_get_clk_information_by_clkid() 512 *frequency = le32_to_cpu(output->atom_smu_outputclkfreq.smu_clock_freq_hz) / 10000; in pp_atomfwctrl_get_clk_information_by_clkid()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-4.3.rst | 161 In 4.3 there are some minor differences in image and SDK output file names. 167 that ``.rootfs`` will now appear in image output file names. If you do not 191 versions should only ever increase), double-check the output (perhaps with the
|
/openbmc/linux/tools/virtio/ |
H A D | vringh_test.c | 333 bool output = !(xfers % 2); in parallel_test() local 347 if (output) in parallel_test() 381 if (output) in parallel_test()
|
/openbmc/linux/Documentation/trace/ |
H A D | user_events.rst | 198 the user_events_status file directly via a terminal. The output is as follows:: 206 For example, on a system that has a single event the output looks like this:: 213 If a user enables the user event via ftrace, the output would change to this::
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,coresight-cti.yaml | 19 output hardware trigger signals. CTIs can have a maximum number of input and 20 output hardware trigger signals (8 each for v1 CTI, 32 each for v2 CTI). The 137 The connection may have both input and output triggers, or only one or the
|