Searched +full:dac +full:- +full:full +full:- +full:amplitude (Results 1 – 5 of 5) sorted by relevance
1 # 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 and16 1000BASE-T PHY-s.21 Both models have a combo port that supports 1000BASE-X and22 100BASE-FX fiber.25 output only pins that natively drive LED-s for up to 2 attached[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later41 * - With both FULL amplitude and FULL bias current: bias current43 * - With only DSP amplitude: bias current is set to half and45 * - With DSP bias current (included both DSP amplitude and139 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 …]
1 /* 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 …]
1 # SPDX-License-Identifier: GPL-2.0-only5 # 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/TDM548 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 …]
1 // SPDX-License-Identifier: GPL-2.0150 #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 …]