Searched +full:inactive +full:- +full:high +full:- +full:impedance (Results 1 – 15 of 15) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | microchip,mcp3911.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Marcus Folkesson <[email protected]> 12 - Kent Gustavsson <[email protected]> 21 - microchip,mcp3910 22 - microchip,mcp3911 23 - microchip,mcp3912 24 - microchip,mcp3913 25 - microchip,mcp3914 [all …]
|
/linux-6.14.4/Documentation/driver-api/gpio/ |
D | consumer.rst | 21 - Simple compile coverage with e.g. COMPILE_TEST - it does not matter that 25 - Truly optional GPIOLIB support - where the driver does not really make use 26 of the GPIOs on certain compile-time configurations for certain systems, but 27 will use it under other compile-time configurations. In this case the 35 All the functions that work with the descriptor-based GPIO interface are 45 With the descriptor-based interface, GPIOs are identified with an opaque, 46 non-forgeable handler that must be obtained through a call to one of the 62 see Documentation/driver-api/gpio/board.rst 78 whether the line is configured active high or active low (see 87 with IS_ERR() (they will never return a NULL pointer). -ENOENT will be returned [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/leds/ |
D | common.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <[email protected]> 11 - Pavel Machek <[email protected]> 25 led-sources: 30 $ref: /schemas/types.yaml#/definitions/uint32-array 35 from the header include/dt-bindings/leds/common.h. If there is no 42 the header include/dt-bindings/leds/common.h. If there is no matching 48 function-enumerator: [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/ti/ |
D | k3-am62p5-sk.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Device Tree file for the AM62P5-SK 4 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ 9 /dts-v1/; 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/net/ti-dp83867.h> 14 #include "k3-am62p5.dtsi" 17 compatible = "ti,am62p5-sk", "ti,am62p5"; 35 stdout-path = &main_uart0; [all …]
|
D | k3-j722s-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 4 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 9 /dts-v1/; 11 #include <dt-bindings/net/ti-dp83867.h> 12 #include <dt-bindings/phy/phy.h> 13 #include "k3-j722s.dtsi" 14 #include "k3-serdes.h" 17 compatible = "ti,j722s-evm", "ti,j722s"; 29 stdout-path = &main_uart0; 37 bootph-pre-ram; [all …]
|
D | k3-j784s4-j742s2-evm-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/ 10 stdout-path = "serial2:115200n8"; 25 reserved_memory: reserved-memory { 26 #address-cells = <2>; 27 #size-cells = <2>; 32 no-map; 35 mcu_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 { 36 compatible = "shared-dma-pool"; 38 no-map; [all …]
|
D | k3-am62a7-sk.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 5 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/ 8 /dts-v1/; 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/net/ti-dp83867.h> 13 #include "k3-am62a7.dtsi" 16 compatible = "ti,am62a7-sk", "ti,am62a7"; 28 stdout-path = "serial2:115200n8"; 38 reserved-memory { [all …]
|
/linux-6.14.4/drivers/comedi/drivers/ |
D | ni_660x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 9 * Devices: [National Instruments] PCI-6601 (ni_660x), PCI-6602, PXI-6602, 10 * PCI-6608, PXI-6608, PCI-6624, PXI-6624 11 * Author: J.P. Mellor <jpmellor@rose-hulman.edu>, 23 * DAQ 660x Register-Level Programmer Manual (NI 370505A-01) 24 * DAQ 6601/6602 User Manual (NI 322137B-01) 35 /* See Register-Level Programmer Manual page 3.1 */ 217 .name = "PCI-6601", 221 .name = "PCI-6602", 225 .name = "PXI-6602", [all …]
|
/linux-6.14.4/include/sound/ |
D | hda_verbs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * HD-audio codec verbs 59 /* f10-f1a: GPIO */ 162 #define AC_WCAP_IN_AMP (1<<1) /* AMP-in present */ 163 #define AC_WCAP_OUT_AMP (1<<2) /* AMP-out present */ 164 #define AC_WCAP_AMP_OVRD (1<<3) /* AMP-parameter override */ 245 #define AC_UNSOL_RES_IA (1<<2) /* Inactive (for DP1.2 MST) */ 252 #define AC_PINCAP_IMP_SENSE (1<<0) /* impedance sense capable */ 264 * in HD-audio specification 273 #define AC_PINCAP_HBR (1<<27) /* High Bit Rate */ [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | tas2552.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * tas2552.c - ALSA SoC Texas Instruments TAS2552 Mono Audio Amplifier 5 * Copyright (C) 2014 - 2024 Texas Instruments Incorporated - 25 #include <sound/soc-dapm.h> 27 #include <sound/tas2552-plat.h> 28 #include <dt-bindings/sound/tas2552.h> 82 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in tas2552_post_event() 146 if (!tas2552->component) in tas2552_sw_shutdown() 152 snd_soc_component_update_bits(tas2552->component, TAS2552_CFG_1, TAS2552_SWS, in tas2552_sw_shutdown() 160 struct tas2552_data *tas2552 = dev_get_drvdata(component->dev); in tas2552_setup_pll() [all …]
|
D | tlv320aic3x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 16 * --------------------------------------- 17 * MONO_LOUT -> N/A | MONO_LOUT -> N/A 18 * | IN1L -> LINE1L 19 * | IN1R -> LINE1R 20 * | IN2L -> LINE2L 21 * | IN2R -> LINE2R 22 * | MIC3L/R -> N/A 25 * --------------------------------------- 89 /* Output Common-Mode Voltage */ [all …]
|
/linux-6.14.4/drivers/net/ethernet/marvell/ |
D | sky2.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 /* Yukon-2 */ 32 PCI_Y2_PIG_ENA = 1<<31, /* Enable Plug-in-Go (YUKON-2) */ 33 PCI_Y2_DLL_DIS = 1<<30, /* Disable PCI DLL (YUKON-2) */ 34 PCI_SW_PWR_ON_RST= 1<<30, /* SW Power on Reset (Yukon-EX) */ 35 PCI_Y2_PHY2_COMA = 1<<29, /* Set PHY 2 to Coma Mode (YUKON-2) */ 36 PCI_Y2_PHY1_COMA = 1<<28, /* Set PHY 1 to Coma Mode (YUKON-2) */ 37 PCI_Y2_PHY2_POWD = 1<<27, /* Set PHY 2 to Power Down (YUKON-2) */ 38 PCI_Y2_PHY1_POWD = 1<<26, /* Set PHY 1 to Power Down (YUKON-2) */ 60 /* PCI_OUR_REG_3 32 bit Our Register 3 (Yukon-ECU only) */ [all …]
|
/linux-6.14.4/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 6 Copyright (c) 2000-2008 LSI Corporation. 8 --------------------------------------- 10 Header Set Release Date: 03-28-08 11 --------------------------------------- 14 ---------- --------------- ------------- 31 * -------- -------- ------------------------------------------------------ 34 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 35 * 05-24-00 00.10.02 Added MPI_IOCSTATUS_SCSI_RESIDUAL_MISMATCH definition. 36 * 06-06-00 01.00.01 Update MPI_VERSION_MAJOR and MPI_VERSION_MINOR. 37 * 06-22-00 01.00.02 Added MPI_IOCSTATUS_LAN_ definitions. [all …]
|
/linux-6.14.4/sound/pci/hda/ |
D | patch_ca0132.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 74 #define DESKTOP_EFX_FILE "ctefx-desktop.bin" 75 #define R3DI_EFX_FILE "ctefx-r3di.bin" 115 #define VNODES_COUNT (VNODE_END_NID - VNODE_START_NID) 126 #define OUT_EFFECTS_COUNT (OUT_EFFECT_END_NID - OUT_EFFECT_START_NID) 134 #define IN_EFFECTS_COUNT (IN_EFFECT_END_NID - IN_EFFECT_START_NID) 154 #define EFFECTS_COUNT (EFFECT_END_NID - EFFECT_START_NID) 163 * X-bass. 182 int params; /* number of default non-on/off params */ 223 { .name = "X-Bass", [all …]
|
/linux-6.14.4/drivers/net/phy/ |
D | phy_device.c | 1 // SPDX-License-Identifier: GPL-2.0+ 33 #include <linux/pse-pd/pse.h> 203 put_device(&phydev->mdio.dev); in phy_device_free() 217 fwnode_handle_put(dev->fwnode); in phy_device_release() 245 struct net_device *netdev = phydev->attached_dev; in phy_link_change() 251 phydev->adjust_link(netdev); in phy_link_change() 252 if (phydev->mii_ts && phydev->mii_ts->link_state) in phy_link_change() 253 phydev->mii_ts->link_state(phydev->mii_ts, phydev); in phy_link_change() 257 * phy_uses_state_machine - test whether consumer driver uses PAL state machine 276 if (phydev->phy_link_change == phy_link_change) in phy_uses_state_machine() [all …]
|