Searched full:batt_chrg_i (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | x-powers,axp209-adc.yaml | 28 9 | batt_chrg_i 36 2 | batt_chrg_i 45 3 | batt_chrg_i
|
/openbmc/linux/drivers/power/supply/ |
H A D | axp20x_battery.c | 72 struct iio_channel *batt_chrg_i; member 268 ret = iio_read_channel_processed(axp20x_batt->batt_chrg_i, &val->intval); in axp20x_battery_get_prop() 582 axp20x_batt->batt_chrg_i = devm_iio_channel_get(&pdev->dev, in axp20x_power_probe() 583 "batt_chrg_i"); in axp20x_power_probe() 584 if (IS_ERR(axp20x_batt->batt_chrg_i)) { in axp20x_power_probe() 585 if (PTR_ERR(axp20x_batt->batt_chrg_i) == -ENODEV) in axp20x_power_probe() 587 return PTR_ERR(axp20x_batt->batt_chrg_i); in axp20x_power_probe()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | axp20x_adc.c | 130 .consumer_channel = "batt_chrg_i", 131 .adc_channel_label = "batt_chrg_i", 146 .consumer_channel = "batt_chrg_i", 147 .adc_channel_label = "batt_chrg_i", 186 AXP20X_ADC_CHANNEL(AXP20X_BATT_CHRG_I, "batt_chrg_i", IIO_CURRENT, 205 AXP20X_ADC_CHANNEL(AXP22X_BATT_CHRG_I, "batt_chrg_i", IIO_CURRENT, 226 AXP20X_ADC_CHANNEL(AXP22X_BATT_CHRG_I, "batt_chrg_i", IIO_CURRENT,
|