Searched full:acin_v (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/power/supply/ |
H A D | axp20x_ac_power.c | 44 struct iio_channel *acin_v; member 109 ret = iio_read_channel_processed(power->acin_v, &val->intval); in axp20x_ac_power_get_property() 346 power->acin_v = devm_iio_channel_get(&pdev->dev, "acin_v"); in axp20x_ac_power_probe() 347 if (IS_ERR(power->acin_v)) { in axp20x_ac_power_probe() 348 if (PTR_ERR(power->acin_v) == -ENODEV) in axp20x_ac_power_probe() 350 return PTR_ERR(power->acin_v); in axp20x_ac_power_probe()
|
/linux/drivers/iio/adc/ |
H A D | axp20x_adc.c | 169 .consumer_channel = "acin_v", 170 .adc_channel_label = "acin_v", 224 * i.e. acin_i is in_current0_raw and acin_v is in_voltage0_raw. 229 AXP20X_ADC_CHANNEL(AXP192_ACIN_V, "acin_v", IIO_VOLTAGE, 266 AXP20X_ADC_CHANNEL(AXP20X_ACIN_V, "acin_v", IIO_VOLTAGE,
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | x-powers,axp209-adc.yaml | 19 0 | acin_v
|