Home
last modified time | relevance | path

Searched +full:output +full:- +full:enable (Results 1 – 25 of 1090) sorted by relevance

12345678910>>...44

/Linux-v5.15/arch/arm/boot/dts/
Dnuvoton-npcm750-runbmc-olympus-pincfg.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 gpio0ol_pins: gpio0ol-pins {
8 bias-disable;
9 output-low;
11 gpio1ol_pins: gpio1ol-pins {
13 bias-disable;
14 output-low;
16 gpio2ol_pins: gpio2ol-pins {
18 bias-disable;
19 output-low;
[all …]
Dnuvoton-npcm750-pincfg-evb.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 pin8_input: pin8-input {
8 bias-disable;
9 input-enable;
11 pin9_output_high: pin9-output-high {
13 bias-disable;
14 output-high;
16 pin10_input: pin10-input {
18 bias-disable;
19 input-enable;
[all …]
Dnuvoton-npcm730-kudo.dts1 // SPDX-License-Identifier: GPL-2.0
4 /dts-v1/;
5 #include "nuvoton-npcm730.dtsi"
7 #include <dt-bindings/gpio/gpio.h>
41 stdout-path = &serial3;
48 iio-hwmon {
49 compatible = "iio-hwmon";
50 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>,
55 compatible = "nuvoton,npcm750-jtag-master";
56 #address-cells = <1>;
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/iio/frequency/
Dadi,adf4350.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Hennerich <michael.hennerich@analog.com>
15 - adi,adf4350
16 - adi,adf4351
21 spi-max-frequency:
28 clock-names:
35 adi,channel-spacing:
40 adi,power-up-frequency:
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dpincfg-node.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/pincfg-node.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
21 bias-disable:
25 bias-high-impedance:
27 description: high impedance mode ("third-state", "floating")
29 bias-bus-hold:
33 bias-pull-up:
[all …]
Dsprd,pinctrl.txt9 driving level": One pin can output 3.0v or 1.8v, depending on the
11 slect 3.0v, then the pin can output 3.0v. "system control" is used
16 of them, so we can not make every Spreadtrum-special configuration
35 - input-enable
36 - input-disable
37 - output-high
38 - output-low
39 - bias-pull-up
40 - bias-pull-down
46 and set the pin sleep related configuration as "input-enable", which
[all …]
Dmicrochip,pic32-pinctrl.txt3 Please refer to pinctrl-bindings.txt, ../gpio/gpio.txt, and
4 ../interrupt-controller/interrupts.txt for generic information regarding
12 - compatible: "microchip,pic32mada-pinctrl"
13 - reg: Address range of the pinctrl registers.
14 - clocks: Clock specifier (see clock bindings for details)
16 Required properties for pin configuration sub-nodes:
17 - pins: List of pins to which the configuration applies.
19 Optional properties for pin configuration sub-nodes:
20 ----------------------------------------------------
21 - function: Mux function for the specified pins.
[all …]
Dsprd,sc9860-pinctrl.txt7 - compatible: Must be "sprd,sc9860-pinctrl".
8 - reg: The register address of pin controller device.
9 - pins : An array of strings, each string containing the name of a pin.
12 - function: A string containing the name of the function, values must be
14 - drive-strength: Drive strength in mA. Supported values: 2, 4, 6, 8, 10,
16 - input-schmitt-disable: Enable schmitt-trigger mode.
17 - input-schmitt-enable: Disable schmitt-trigger mode.
18 - bias-disable: Disable pin bias.
19 - bias-pull-down: Pull down on pin.
20 - bias-pull-up: Pull up on pin. Supported values: 20000 for pull-up resistor
[all …]
/Linux-v5.15/drivers/hwtracing/intel_th/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 produce, switch and output trace data from multiple hardware and
8 software sources over several types of trace output ports encoded
16 Say Y here to enable Intel(R) Trace Hub controller support.
25 support glue layer for PCI-based Intel TH.
27 Say Y here to enable PCI Intel TH support.
34 support glue layer for ACPI-based Intel TH. This typically implies
39 Say Y here to enable ACPI Intel TH support.
46 and output devices. This driver is required for other
49 Say Y here to enable GTH subdevice of Intel(R) Trace Hub.
[all …]
Dintel_th.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2014-2015 Intel Corporation.
17 /* Output ports (MSC, PTI) */
26 * struct intel_th_output - descriptor INTEL_TH_OUTPUT type devices
27 * @port: output port number, assigned by the switch
29 * @scratchpad: scratchpad bits to flag when this output is enabled
30 * @multiblock: true for multiblock output configuration
31 * @active: true when this output is enabled
34 * Output port descriptor, used by switch driver to tell which output
35 * port this output device corresponds to. Filled in at output device's
[all …]
/Linux-v5.15/drivers/pinctrl/
Dpinctrl-at91.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Parallel I/O Controller (PIO) - System peripherals registers.
12 #define PIO_PER 0x00 /* Enable Register */
15 #define PIO_OER 0x10 /* Output Enable Register */
16 #define PIO_ODR 0x14 /* Output Disable Register */
17 #define PIO_OSR 0x18 /* Output Status Register */
18 #define PIO_IFER 0x20 /* Glitch Input Filter Enable */
21 #define PIO_SODR 0x30 /* Set Output Data Register */
22 #define PIO_CODR 0x34 /* Clear Output Data Register */
23 #define PIO_ODSR 0x38 /* Output Data Status Register */
[all …]
/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-vfe-gen1.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * camss-vfe.h
5 * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module
7 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
8 * Copyright (C) 2015-2018 Linaro Ltd.
13 #include "camss-vfe.h"
23 void (*bus_enable_wr_if)(struct vfe_device *vfe, u8 enable);
28 u8 enable);
30 u8 enable);
35 void (*set_camif_cmd)(struct vfe_device *vfe, u8 enable);
[all …]
Dcamss-vfe-4-1.c1 // SPDX-License-Identifier: GPL-2.0
3 * camss-vfe-4-1.c
5 * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module v4.1
7 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
8 * Copyright (C) 2015-2018 Linaro Ltd.
16 #include "camss-vfe.h"
17 #include "camss-vfe-gen1.h"
215 u32 hw_version = readl_relaxed(vfe->base + VFE_0_HW_VERSION); in vfe_hw_version_read()
230 u32 bits = readl_relaxed(vfe->base + reg); in vfe_reg_clr()
232 writel_relaxed(bits & ~clr_bits, vfe->base + reg); in vfe_reg_clr()
[all …]
Dcamss-vfe-4-8.c1 // SPDX-License-Identifier: GPL-2.0
3 * camss-vfe-4-8.c
5 * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module v4.8
7 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
8 * Copyright (C) 2015-2021 Linaro Ltd.
17 #include "camss-vfe.h"
18 #include "camss-vfe-gen1.h"
252 u32 hw_version = readl_relaxed(vfe->base + VFE_0_HW_VERSION); in vfe_hw_version_read()
259 u32 bits = readl_relaxed(vfe->base + reg); in vfe_reg_clr()
261 writel_relaxed(bits & ~clr_bits, vfe->base + reg); in vfe_reg_clr()
[all …]
Dcamss-vfe-4-7.c1 // SPDX-License-Identifier: GPL-2.0
3 * camss-vfe-4-7.c
5 * Qualcomm MSM Camera Subsystem - VFE (Video Front End) Module v4.7
7 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
8 * Copyright (C) 2015-2018 Linaro Ltd.
17 #include "camss-vfe.h"
18 #include "camss-vfe-gen1.h"
259 u32 hw_version = readl_relaxed(vfe->base + VFE_0_HW_VERSION); in vfe_hw_version_read()
276 u32 bits = readl_relaxed(vfe->base + reg); in vfe_reg_clr()
278 writel_relaxed(bits & ~clr_bits, vfe->base + reg); in vfe_reg_clr()
[all …]
/Linux-v5.15/drivers/regulator/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
15 output in order to save power and prolong battery life. This applies
16 to both voltage regulators (where voltage output is controllable) and
17 current sinks (where current output is controllable).
31 Say yes here to enable debugging support.
38 managed regulators and simple non-configurable regulators.
65 They provide two I2C-controlled DC/DC step-down converters with
66 sleep mode and separate enable pins.
73 It delivers digitally programmable output,
85 tristate "Active-semi act8865 voltage regulator"
[all …]
/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
34 rather than built-in (Y). This driver requires firmware at device
35 initialization time, and when built-in this typically happens
42 bool "Enable promiscuous mode"
51 bool "Enable full debugging output in IPW2100 module."
54 This option will enable debug tracing output for the IPW2100.
57 control which debug output is sent to the kernel log by setting the
96 rather than built-in (Y). This driver requires firmware at device
97 initialization time, and when built-in this typically happens
104 bool "Enable promiscuous mode"
[all …]
/Linux-v5.15/Documentation/fb/
Dviafb.rst6 --------
15 ---------------
34 ----------------------
47 - 640x480 (default)
48 - 720x480
49 - 800x600
50 - 1024x768
53 - 8, 16, 32 (default:32)
56 - 60, 75, 85, 100, 120 (default:60)
59 - 0 : expansion (default)
[all …]
/Linux-v5.15/sound/pci/emu10k1/
Dp16v.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk>
8 * Output fixed at S32_LE, 2 channel to hw:0,0
15 * Use 2 channel output streams instead of 8 channel.
16 * (8 channel output streams might be good for ASIO type output)
17 * Corrected speaker output, so Front -> Front etc.
36 * Merging with snd-emu10k1 driver.
45 * Some stability problems when unloading the snd-p16v kernel module.
46 * --
53 * --
[all …]
/Linux-v5.15/include/dt-bindings/pinctrl/
Dk210-fpioa.h1 /* SPDX-License-Identifier: GPL-2.0+ */
11 * kendryte-standalone-sdk/lib/drivers/include/fpioa.h
108 #define K210_PCF_I2S0_OUT_D0 94 /* I2S0 Serial Data Output 0 */
109 #define K210_PCF_I2S0_OUT_D1 95 /* I2S0 Serial Data Output 1 */
110 #define K210_PCF_I2S0_OUT_D2 96 /* I2S0 Serial Data Output 2 */
111 #define K210_PCF_I2S0_OUT_D3 97 /* I2S0 Serial Data Output 3 */
119 #define K210_PCF_I2S1_OUT_D0 105 /* I2S1 Serial Data Output 0 */
120 #define K210_PCF_I2S1_OUT_D1 106 /* I2S1 Serial Data Output 1 */
121 #define K210_PCF_I2S1_OUT_D2 107 /* I2S1 Serial Data Output 2 */
122 #define K210_PCF_I2S1_OUT_D3 108 /* I2S1 Serial Data Output 3 */
[all …]
/Linux-v5.15/include/sound/
Dak4114.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 #define AK4114_REG_IO0 0x02 /* input/output control */
14 #define AK4114_REG_IO1 0x03 /* input/output control */
33 #define AK4114_REG_QSUB_ADDR 0x16 /* Q-subcode address + control */
34 #define AK4114_REG_QSUB_TRACK 0x17 /* Q-subcode track */
35 #define AK4114_REG_QSUB_INDEX 0x18 /* Q-subcode index */
36 #define AK4114_REG_QSUB_MINUTE 0x19 /* Q-subcode minute */
37 #define AK4114_REG_QSUB_SECOND 0x1a /* Q-subcode second */
38 #define AK4114_REG_QSUB_FRAME 0x1b /* Q-subcode frame */
39 #define AK4114_REG_QSUB_ZERO 0x1c /* Q-subcode zero */
[all …]
Dak4113.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 /* input/output control */
18 /* input/output control */
50 /* Q-subcode address + control */
52 /* Q-subcode track */
54 /* Q-subcode index */
56 /* Q-subcode minute */
58 /* Q-subcode second */
60 /* Q-subcode frame */
62 /* Q-subcode zero */
[all …]
/Linux-v5.15/arch/arm64/boot/dts/mediatek/
Dmt8183-kukui-jacuzzi.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 #include "mt8183-kukui.dtsi"
11 power-supply = <&pp3300_panel>;
12 ddc-i2c-bus = <&i2c4>;
17 remote-endpoint = <&anx7625_out>;
22 pp1200_mipibrdg: pp1200-mipibrdg {
23 compatible = "regulator-fixed";
24 regulator-name = "pp1200_mipibrdg";
25 pinctrl-names = "default";
26 pinctrl-0 = <&pp1200_mipibrdg_en>;
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dxgene.txt1 Device Tree Clock bindings for APM X-Gene
5 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
8 - compatible : shall be one of the following:
9 "apm,xgene-socpll-clock" - for a X-Gene SoC PLL clock
10 "apm,xgene-pcppll-clock" - for a X-Gene PCP PLL clock
11 "apm,xgene-pmd-clock" - for a X-Gene PMD clock
12 "apm,xgene-device-clock" - for a X-Gene device clock
13 "apm,xgene-socpll-v2-clock" - for a X-Gene SoC PLL v2 clock
14 "apm,xgene-pcppll-v2-clock" - for a X-Gene PCP PLL v2 clock
17 - reg : shall be the physical PLL register address for the pll clock.
[all …]
/Linux-v5.15/arch/mips/include/uapi/asm/
Dtermbits.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
27 tcflag_t c_oflag; /* output mode flags */
36 tcflag_t c_oflag; /* output mode flags */
42 speed_t c_ospeed; /* output speed */
47 tcflag_t c_oflag; /* output mode flags */
53 speed_t c_ospeed; /* output speed */
60 #define VKILL 3 /* Kill-line character [ICANON]. */
62 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON]. */
66 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */
67 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */
[all …]

12345678910>>...44