Searched refs:batt_chrg_i (Results 1 – 2 of 2) sorted by relevance
32 9 | batt_chrg_i39 2 | batt_chrg_i47 3 | batt_chrg_i
72 struct iio_channel *batt_chrg_i; member268 ret = iio_read_channel_processed(axp20x_batt->batt_chrg_i, &val->intval); in axp20x_battery_get_prop()570 axp20x_batt->batt_chrg_i = devm_iio_channel_get(&pdev->dev, in axp20x_power_probe()572 if (IS_ERR(axp20x_batt->batt_chrg_i)) { in axp20x_power_probe()573 if (PTR_ERR(axp20x_batt->batt_chrg_i) == -ENODEV) in axp20x_power_probe()575 return PTR_ERR(axp20x_batt->batt_chrg_i); in axp20x_power_probe()