Home
last modified time | relevance | path

Searched full:ain1 (Results 1 – 25 of 41) sorted by relevance

12

/linux/include/media/i2c/
H A Dadv7183.h12 #define ADV7183_COMPOSITE0 0 /* CVBS in on AIN1 */
24 #define ADV7183_SVIDEO0 11 /* Y on AIN1, C on AIN4 */
28 #define ADV7183_COMPONENT0 14 /* Y on AIN1, Pr on AIN4, Pb on AIN5 */
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dti,ads1015.yaml57 0: Voltage over AIN0 and AIN1.
59 2: Voltage over AIN1 and AIN3.
62 5: Voltage over AIN1 and GND.
H A Dti,ads1119.yaml66 Differential input channels AIN0-AIN1, AIN2-AIN3 and AIN1-AIN2.
80 Single-ended input channels AIN0, AIN1, AIN2 and AIN3.
H A Dadi,ad7192.yaml134 Both inputs can be connected to pins AIN1 to AIN16 by choosing the
142 Positive input can be connected to pins AIN1 to AIN16 by choosing the
H A Dti,am3359-adc.yaml27 description: List of analog inputs available for ADC. AIN0 = 0, AIN1 = 1 and
/linux/arch/arm/boot/dts/socionext/
H A Duniphier-pinctrl.dtsi14 pinctrl_ain1: ain1 {
15 groups = "ain1";
16 function = "ain1";
/linux/include/linux/platform_data/
H A Dad7887.h12 * @en_dual: Whether to use dual channel mode. If set to true AIN1 becomes the
14 * false the device is used in single channel mode and AIN1/Vref is used as
H A Dad7793.h27 * @AD7793_BIAS_VOLTAGE_AIN1: Bias voltage connected to AIN1(-).
/linux/Documentation/hwmon/
H A Dpcf8591.rst40 Pins AIN0 and AIN1 are single ended inputs for channels 0 and 1
46 Pins AIN1 is the negative differential input for channel 0
/linux/sound/soc/codecs/
H A Dak5558.c99 SND_SOC_DAPM_INPUT("AIN1"),
122 SND_SOC_DAPM_INPUT("AIN1"),
132 {"ADC Ch1", NULL, "AIN1"},
158 {"ADC Ch1", NULL, "AIN1"},
H A Dwm8776.c104 SOC_DAPM_SINGLE("AIN1 Switch", WM8776_ADCMUX, 0, 1, 0),
120 SND_SOC_DAPM_INPUT("AIN1"),
144 { "Input Mixer", "AIN1 Switch", "AIN1" },
H A Dwm8770.c192 "AIN1", "AIN2", "AIN3", "AIN4",
230 SND_SOC_DAPM_INPUT("AIN1"),
269 { "Capture Mux", "AIN1", "AIN1" },
H A Dcs42l51.c196 static const char *cs42l51_adcl_names[] = {"AIN1 Left", "AIN2 Left",
203 static const char *cs42l51_adcr_names[] = {"AIN1 Right", "AIN2 Right",
294 {"PGA-ADC Mux Left", "AIN1 Left", "AIN1L" },
298 {"PGA-ADC Mux Right", "AIN1 Right", "AIN1R" },
H A Dmt6351.c539 "None", "AIN0", "AIN1", "AIN2",
1278 SND_SOC_DAPM_INPUT("AIN1"),
1323 {"PGA L Mux", "AIN1", "AIN1"},
1333 {"AIN1", NULL, "Mic Bias 1"},
1334 {"AIN1", NULL, "Mic Bias 1 DCC pull high"},
H A Dmt6357.c246 "None", "AIN0", "AIN1", "AIN2"
1531 SND_SOC_DAPM_INPUT("AIN1"),
1621 {"PGA L Mux", "AIN1", "AIN1"},
1625 {"PGA R Mux", "AIN1", "AIN1"},
1629 {"AIN1", NULL, "MICBIAS1"},
H A Dmt6358.c864 "None", "AIN0", "AIN1", "AIN2"
2235 SND_SOC_DAPM_INPUT("AIN1"),
2283 {"PGA L Mux", "AIN1", "AIN1"},
2287 {"PGA R Mux", "AIN1", "AIN1"},
/linux/drivers/iio/adc/
H A Dad7173.c1263 unsigned int ain0, unsigned int ain1) in ad7173_validate_voltage_ain_inputs() argument
1269 if (ain0 == AD7173_AIN_POW_MON_POS && ain1 == AD7173_AIN_POW_MON_NEG && in ad7173_validate_voltage_ain_inputs()
1275 special_input1 = AD7173_IS_REF_INPUT(ain1) || in ad7173_validate_voltage_ain_inputs()
1276 (ain1 == AD4111_VINCOM_INPUT && st->info->has_vincom_input); in ad7173_validate_voltage_ain_inputs()
1279 (ain1 >= st->info->num_voltage_in && !special_input1)) { in ad7173_validate_voltage_ain_inputs()
1280 if (ain0 == AD4111_VINCOM_INPUT || ain1 == AD4111_VINCOM_INPUT) in ad7173_validate_voltage_ain_inputs()
1286 ain0, ain1); in ad7173_validate_voltage_ain_inputs()
1289 if (AD4111_IS_VINCOM_MISMATCH(ain0, ain1) || in ad7173_validate_voltage_ain_inputs()
1290 AD4111_IS_VINCOM_MISMATCH(ain1, ain0)) in ad7173_validate_voltage_ain_inputs()
1296 (ain1 >= st->info->num_voltage_in_div))) in ad7173_validate_voltage_ain_inputs()
[all …]
H A Dad7793.c90 #define AD7793_CH_AIN1P_AIN1M 0 /* AIN1(+) - AIN1(-) */
93 #define AD7793_CH_AIN1M_AIN1M 3 /* AIN1(-) - AIN1(-) */
100 #define AD7795_CH_AIN1M_AIN1M 8 /* AIN1(-) - AIN1(-) */
H A Dad7192.c108 #define AD7192_CH_AIN1P_AIN2M BIT(0) /* AIN1(+) - AIN2(-) */
112 #define AD7192_CH_AIN1 BIT(4) /* AIN1 - AINCOM */
117 #define AD7193_CH_AIN1P_AIN2M 0x001 /* AIN1(+) - AIN2(-) */
123 #define AD7193_CH_AIN1 0x401 /* AIN1 - AINCOM */
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dti,am3359-tsc.yaml41 input lines and terminals respectively are as follows, AIN0 = 0, AIN1 = 1
/linux/Documentation/devicetree/bindings/sound/
H A Dti,tlv320dac3100.yaml25 * AIN1, devices without ADC
/linux/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-ld11.c592 UNIPHIER_PINCTRL_GROUP(ain1),
641 static const char * const ain1_groups[] = {"ain1", "ain1_dat2",
678 UNIPHIER_PINMUX_FUNCTION(ain1),
H A Dpinctrl-uniphier-ld20.c704 UNIPHIER_PINCTRL_GROUP(ain1),
767 static const char * const ain1_groups[] = {"ain1", "ain1_dat2",
819 UNIPHIER_PINMUX_FUNCTION(ain1),
H A Dpinctrl-uniphier-pxs2.c864 UNIPHIER_PINCTRL_GROUP(ain1),
917 static const char * const ain1_groups[] = {"ain1", "ain1_dat2",
957 UNIPHIER_PINMUX_FUNCTION(ain1),
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-dhcom-som.dtsi367 channel@0 { /* Voltage over AIN0 and AIN1. */
375 channel@2 { /* Voltage over AIN1 and AIN3. */
387 channel@5 { /* Voltage over AIN1 and GND. */

12