Home
last modified time | relevance | path

Searched refs:chrg_bat_present (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/board/samsung/trats2/
Dtrats2.c158 if (p_chrg->chrg->chrg_bat_present(p_chrg) == 0) in exynos_power_init()
177 if (!p_chrg->chrg->chrg_bat_present(p_chrg)) { in exynos_power_init()
/external/u-boot/drivers/power/mfd/
Dpmic_max77693.c69 .chrg_bat_present = max77693_charger_bat_present,
/external/u-boot/drivers/power/battery/
Dbat_trats.c25 for (k = 0; bat->chrg->chrg_bat_present(p_bat->chrg) && in power_battery_charge()
/external/u-boot/drivers/power/pmic/
Dpmic_max8997.c81 .chrg_bat_present = pmic_charger_bat_present,
/external/u-boot/include/power/
Dpmic.h53 int (*chrg_bat_present) (struct pmic *p); member
/external/u-boot/doc/
DREADME.power-framework102 -- *chrg_bat_present - detection if battery to be charged is
121 -- *chrg_bat_present -> PMIC device (pmic_max8997.c)
/external/u-boot/board/samsung/trats/
Dtrats.c167 if (!p_chrg->chrg->chrg_bat_present(p_chrg)) { in exynos_power_init()