Home
last modified time | relevance | path

Searched full:batt_chrg_i (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dx-powers,axp209-adc.yaml28 9 | batt_chrg_i
36 2 | batt_chrg_i
47 5 | batt_chrg_i
56 3 | batt_chrg_i
/linux-6.12.1/drivers/power/supply/
Daxp20x_battery.c114 struct iio_channel *batt_chrg_i; member
358 ret = iio_read_channel_processed(axp20x_batt->batt_chrg_i, &val->intval); in axp20x_battery_get_prop()
524 ret = iio_read_channel_processed(axp20x_batt->batt_chrg_i, &val->intval); in axp717_battery_get_prop()
915 axp_batt->batt_chrg_i = devm_iio_channel_get(&pdev->dev, in axp209_bat_cfg_iio_channels()
916 "batt_chrg_i"); in axp209_bat_cfg_iio_channels()
917 if (IS_ERR(axp_batt->batt_chrg_i)) { in axp209_bat_cfg_iio_channels()
918 if (PTR_ERR(axp_batt->batt_chrg_i) == -ENODEV) in axp209_bat_cfg_iio_channels()
920 return PTR_ERR(axp_batt->batt_chrg_i); in axp209_bat_cfg_iio_channels()
944 axp_batt->batt_chrg_i = devm_iio_channel_get(&pdev->dev, in axp717_bat_cfg_iio_channels()
945 "batt_chrg_i"); in axp717_bat_cfg_iio_channels()
[all …]
/linux-6.12.1/drivers/iio/adc/
Daxp20x_adc.c181 .consumer_channel = "batt_chrg_i",
182 .adc_channel_label = "batt_chrg_i",
197 .consumer_channel = "batt_chrg_i",
198 .adc_channel_label = "batt_chrg_i",
217 .consumer_channel = "batt_chrg_i",
218 .adc_channel_label = "batt_chrg_i",
257 AXP20X_ADC_CHANNEL(AXP192_BATT_CHRG_I, "batt_chrg_i", IIO_CURRENT,
290 AXP20X_ADC_CHANNEL(AXP20X_BATT_CHRG_I, "batt_chrg_i", IIO_CURRENT,
309 AXP20X_ADC_CHANNEL(AXP22X_BATT_CHRG_I, "batt_chrg_i", IIO_CURRENT,
318 * Scale and offset is unknown for temp, ts, batt_chrg_i, vmid_v, and
[all …]