Home
last modified time | relevance | path

Searched refs:chrg_type (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/power/battery/
Dbat_trats.c26 bat->chrg->chrg_type(p_bat->muic) && in power_battery_charge()
61 bat_->chrg->chrg_type = muic_->chrg->chrg_type; in power_battery_init_trats()
Dbat_trats2.c36 bat_->chrg->chrg_type = muic_->chrg->chrg_type; in power_battery_init_trats2()
/external/u-boot/board/samsung/trats2/
Dtrats2.c174 chrg = p_muic->chrg->chrg_type(p_muic); in exynos_power_init()
275 return !!muic->chrg->chrg_type(muic); in g_dnl_board_usb_cable_connected()
/external/u-boot/drivers/power/mfd/
Dmuic_max77693.c51 .chrg_type = power_chrg_get_type,
/external/u-boot/drivers/power/pmic/
Dmuic_max8997.c49 .chrg_type = power_chrg_get_type,
/external/u-boot/board/samsung/trats/
Dtrats.c164 chrg = p_muic->chrg->chrg_type(p_muic); in exynos_power_init()
298 return !!muic->chrg->chrg_type(muic); in g_dnl_board_usb_cable_connected()
/external/u-boot/include/power/
Dpmic.h52 int (*chrg_type) (struct pmic *p); member
/external/u-boot/doc/
DREADME.power-framework100 -- *chrg_type - type/capacity of the charger (including information
120 -- *chrg_type -> MUIC device (muic_max8997.c)