Home
last modified time | relevance | path

Searched refs:output (Results 3101 – 3125 of 6207) sorted by relevance

1...<<121122123124125126127128129130>>...249

/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dcdns,sdhci.yaml94 Value of the delay introduced on the sdclk output for all modes except
102 Value of the delay introduced on the sdclk output for HS200, HS400 and
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dadi,max98396.yaml76 a single data output channel on alternating frames.
78 interleaved on a single output channel.
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8dxl.dtsi224 clock-output-names = "xtal_32KHz";
231 clock-output-names = "xtal_24MHz";
H A Dimx8mm-prt8mm.dts125 fsl,sai-mclk-direction-output;
176 fsl,ext-reset-output;
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3229-xms6.dts35 clock-output-names = "ext_gmac";
153 clock_in_out = "output";
/openbmc/linux/drivers/clk/samsung/
H A DKconfig89 tristate "Samsung Exynos clock output driver"
93 Support for the clock output (XCLKOUT) present on some of Samsung
/openbmc/linux/arch/powerpc/crypto/
H A Dghashp10-ppc.pl31 $output =shift;
52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
/openbmc/linux/arch/riscv/boot/dts/sifive/
H A Dhifive-unmatched-a00.dts35 clock-output-names = "hfclk";
42 clock-output-names = "rtcclk";
/openbmc/linux/drivers/iio/chemical/
H A Dsgp40.c82 .output = 1,
87 .output = 1,
/openbmc/qemu/hw/gpio/
H A Dpca9554.c42 uint8_t output = s->regs[PCA9554_OUTPUT]; in pca9554_update_pin_input() local
43 uint8_t internal_state = config | output; in pca9554_update_pin_input()
/openbmc/qemu/block/
H A Dmeson.build144 output: 'module_block.h',
151 output: 'block-gen.c',
/openbmc/linux/Documentation/admin-guide/media/
H A Dsi4713.rst51 Here is an output from v4l2-ctl util:
64 Audio output: 0 (FM Modulator Audio Out)
126 - power_level - Sets the output power level for signal transmission.
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py352 ret, output = exec_native_cmd(objdump_cmd, native_sysroot)
354 offset = int(output.split()[2], 16) + int(output.split()[3], 16)
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h3.dtsi297 "output",
309 "output",
321 "output",
/openbmc/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst7 DRM drivers can choose to export partly standardised text output via the
11 One purpose of this output is to enable writing as generic as practically
15 output is split between common and driver specific parts. Having said that,
/openbmc/linux/drivers/video/fbdev/geode/
H A Dlxfb_core.c508 par->output = 0; in lxfb_probe()
509 par->output |= (nopanel) ? 0 : OUTPUT_PANEL; in lxfb_probe()
510 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt8365-pinctrl.yaml109 output-low: true
111 output-high: true
178 An integer describing the steps for output level shifter duty
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst70 output format. Raw (**raw**) or C-syntax (**c**) output
108 This gives an example of default output for all supported BTF kinds.
/openbmc/linux/drivers/platform/x86/
H A Dlenovo-yogabook.c307 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; in yogabook_wmi_set_kbd_backlight() local
324 &input, &output); in yogabook_wmi_set_kbd_backlight()
330 kfree(output.pointer); in yogabook_wmi_set_kbd_backlight()
/openbmc/linux/arch/x86/include/asm/
H A Duaccess.h301 : [output] ltype(x) \
322 [output] "=&A"(x) \
366 [output] "=a" (x) \
/openbmc/linux/arch/arm/crypto/
H A Dpoly1305-armv4.pl24 if ($flavour=~/\w[\w\-]*\.\w+$/) { $output=$flavour; undef $flavour; }
25 else { while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {} }
33 open STDOUT,"| \"$^X\" $xlate $flavour $output";
35 open STDOUT,">$output";
/openbmc/u-boot/arch/arm/dts/
H A Dat91sam9261.dtsi608 #atmel,pll-clk-output-range-cells = <4>;
609 atmel,pll-clk-output-ranges = <80000000 200000000 0 1>,
620 #atmel,pll-clk-output-range-cells = <4>;
621 atmel,pll-clk-output-ranges = <70000000 130000000 1 1>;
629 atmel,clk-output-range = <0 94000000>;
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.6.rst101 .. _migration-1.6-bitbake-console-output:
106 The BitBake console UI will now output errors to ``stderr`` instead of
107 ``stdout``. Consequently, if you are piping or redirecting the output of
248 ``qemu-native`` now builds without SDL-based graphical output support by
307 Custom image output types, as selected using
H A Drelease-notes-4.1.3.rst57 - classes/fs-uuid: Fix command output decoding issue
121 - make-mod-scripts: Ensure kernel build output is deterministic
135 - oeqa ssh.py: move output prints to new line
137 - oeqa/rpm.py: Increase timeout and add debug output
167 - sstatesig: Improve output hash calculation
/openbmc/linux/drivers/clk/at91/
H A Dclk-master.c105 if (rate < characteristics->output.min) in clk_master_div_recalc_rate()
107 else if (rate > characteristics->output.max) in clk_master_div_recalc_rate()
198 if (rate < characteristics->output.min) in clk_master_div_set()
200 else if (rate > characteristics->output.max) in clk_master_div_set()
313 tmp_diff = characteristics->output.max - new_rate; in clk_master_div_notifier_fn()

1...<<121122123124125126127128129130>>...249