Home
last modified time | relevance | path

Searched full:batt_v (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/
Dx-powers,axp209-adc.yaml27 8 | batt_v
35 1 | batt_v
44 2 | batt_v
/Linux-v6.1/drivers/iio/adc/
Daxp20x_adc.c125 .consumer_channel = "batt_v",
126 .adc_channel_label = "batt_v",
141 .consumer_channel = "batt_v",
142 .adc_channel_label = "batt_v",
157 * The only exception is for the battery. batt_v will be in_voltage6_raw and
183 AXP20X_ADC_CHANNEL(AXP20X_BATT_V, "batt_v", IIO_VOLTAGE,
202 AXP20X_ADC_CHANNEL(AXP22X_BATT_V, "batt_v", IIO_VOLTAGE,
223 AXP20X_ADC_CHANNEL(AXP813_BATT_V, "batt_v", IIO_VOLTAGE,
Daxp288_adc.c97 .datasheet_name = "BATT_V",
109 IIO_MAP("BATT_V", "axp288-batt", "axp288-batt-volt"),
/Linux-v6.1/drivers/power/supply/
Daxp20x_battery.c75 struct iio_channel *batt_v; member
320 ret = iio_read_channel_processed(axp20x_batt->batt_v, in axp20x_battery_get_prop()
576 axp20x_batt->batt_v = devm_iio_channel_get(&pdev->dev, "batt_v"); in axp20x_power_probe()
577 if (IS_ERR(axp20x_batt->batt_v)) { in axp20x_power_probe()
578 if (PTR_ERR(axp20x_batt->batt_v) == -ENODEV) in axp20x_power_probe()
580 return PTR_ERR(axp20x_batt->batt_v); in axp20x_power_probe()