Home
last modified time | relevance | path

Searched +full:dac +full:- +full:full +full:- +full:amplitude (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/net/
Dqcom,qca807x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Christian Marangi <ansuelsmth@gmail.com>
11 - Robert Marko <robert.marko@sartura.hr>
15 IEEE 802.3 clause 22 compliant 10BASE-Te, 100BASE-TX and
16 1000BASE-T PHY-s.
21 Both models have a combo port that supports 1000BASE-X and
22 100BASE-FX fiber.
25 output only pins that natively drive LED-s for up to 2 attached
[all …]
/linux-6.15/drivers/net/phy/qcom/
Dqca807x.c1 // SPDX-License-Identifier: GPL-2.0-or-later
41 * - With both FULL amplitude and FULL bias current: bias current
43 * - With only DSP amplitude: bias current is set to half and
45 * - With DSP bias current (included both DSP amplitude and
139 switch (phydev->port) { in qca807x_led_parse_netdev()
171 return -EOPNOTSUPP; in qca807x_led_parse_netdev()
175 return -EOPNOTSUPP; in qca807x_led_parse_netdev()
185 return -EINVAL; in qca807x_led_hw_control_enable()
197 return -EINVAL; in qca807x_led_hw_is_supported()
209 return -EINVAL; in qca807x_led_hw_control_set()
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
Dintel_tv_regs.h1 /* SPDX-License-Identifier: MIT */
19 /* Outputs composite video (DAC A only) */
21 /* Outputs SVideo video (DAC B/C) */
23 /* Outputs Component video (DAC A/B/C) */
25 /* Outputs Composite and SVideo (DAC A/B/C) */
41 /* Sets the colorburst to PAL mode. Required for non-M PAL modes. */
56 /* Read-only state that reports all features enabled */
58 /* Read-only state that reports that Macrovision is disabled in hardware*/
60 /* Read-only state that reports that TV-out is disabled in hardware. */
64 /* Encoder test pattern 1 - combo pattern */
[all …]
/linux-6.15/sound/soc/codecs/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # setting - SPI can't be modular so that case doesn't need to be covered.
490 tristate "Analog Devices AU1761 CODEC - I2C"
496 tristate "Analog Devices AU1761 CODEC - SPI"
533 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter"
539 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode"
542 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
548 will be called snd-soc-adau7118-hw.
551 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C"
556 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
[all …]
/linux-6.15/drivers/net/phy/
Ddp83822.c1 // SPDX-License-Identifier: GPL-2.0
150 #define DP83822_LED_FN_FULL_DUPLEX 0x7 /* Full duplex */
210 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()
214 if (wol->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in dp83822_config_wol()
215 mac = (const u8 *)ndev->dev_addr; in dp83822_config_wol()
218 return -EINVAL; in dp83822_config_wol()
232 if (wol->wolopts & WAKE_MAGIC) in dp83822_config_wol()
237 if (wol->wolopts & WAKE_MAGICSECURE) { in dp83822_config_wol()
240 (wol->sopass[1] << 8) | wol->sopass[0]); in dp83822_config_wol()
243 (wol->sopass[3] << 8) | wol->sopass[2]); in dp83822_config_wol()
[all …]