Home
last modified time | relevance | path

Searched refs:chrg (Results 1 – 11 of 11) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/power/battery/
Dbat_trats.c22 if (bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_ENABLE, 450)) in power_battery_charge()
25 for (k = 0; bat->chrg->chrg_bat_present(p_bat->chrg) && in power_battery_charge()
26 bat->chrg->chrg_type(p_bat->muic) && in power_battery_charge()
45 bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_DISABLE, 0); in power_battery_charge()
56 bat_->pbat->chrg = chrg_; in power_battery_init_trats()
60 bat_->chrg = chrg_->chrg; in power_battery_init_trats()
61 bat_->chrg->chrg_type = muic_->chrg->chrg_type; in power_battery_init_trats()
Dbat_trats2.c19 if (bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_ENABLE, 450)) in power_battery_charge()
31 bat_->pbat->chrg = chrg_; in power_battery_init_trats2()
35 bat_->chrg = chrg_->chrg; in power_battery_init_trats2()
36 bat_->chrg->chrg_type = muic_->chrg->chrg_type; in power_battery_init_trats2()
/third_party/uboot/u-boot-2020.01/board/samsung/trats2/
Dtrats2.c131 int chrg; in exynos_power_init() local
158 if (p_chrg->chrg->chrg_bat_present(p_chrg) == 0) in exynos_power_init()
174 chrg = p_muic->chrg->chrg_type(p_muic); in exynos_power_init()
175 debug("CHARGER TYPE: %d\n", chrg); in exynos_power_init()
177 if (!p_chrg->chrg->chrg_bat_present(p_chrg)) { in exynos_power_init()
184 if (pb->bat->state == CHARGE && chrg == CHARGER_USB) in exynos_power_init()
275 return !!muic->chrg->chrg_type(muic); in g_dnl_board_usb_cable_connected()
/third_party/uboot/u-boot-2020.01/board/samsung/trats/
Dtrats.c116 int chrg, ret; in exynos_power_init() local
165 chrg = p_muic->chrg->chrg_type(p_muic); in exynos_power_init()
166 debug("CHARGER TYPE: %d\n", chrg); in exynos_power_init()
168 if (!p_chrg->chrg->chrg_bat_present(p_chrg)) { in exynos_power_init()
175 if (pb->bat->state == CHARGE && chrg == CHARGER_USB) in exynos_power_init()
299 return !!muic->chrg->chrg_type(muic); in g_dnl_board_usb_cable_connected()
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/power/
Dtps65090.txt7 -ti,enable-low-current-chrg: Enables charging when a low current is detected
16 ti,enable-low-current-chrg;
/third_party/mingw-w64/mingw-w64-headers/include/
Drichedit.h821 CHARRANGE chrg; member
826 CHARRANGE chrg; member
860 CHARRANGE chrg; member
865 CHARRANGE chrg; member
876 CHARRANGE chrg; member
882 CHARRANGE chrg; member
898 CHARRANGE chrg; member
1074 CHARRANGE chrg; member
1100 CHARRANGE chrg; member
1125 CHARRANGE chrg; member
[all …]
/third_party/uboot/u-boot-2020.01/include/power/
Dpmic.h63 struct pmic *chrg, *fg, *muic; member
79 struct power_chrg *chrg; member
/third_party/uboot/u-boot-2020.01/drivers/power/pmic/
Dmuic_max8997.c71 p->chrg = &power_chrg_muic_ops; in power_muic_init()
Dpmic_max8997.c104 p->chrg = &power_chrg_pmic_ops; in pmic_init()
/third_party/uboot/u-boot-2020.01/drivers/power/mfd/
Dmuic_max77693.c73 p->chrg = &power_chrg_muic_ops; in power_muic_init()
Dpmic_max77693.c92 p->chrg = &power_chrg_pmic_ops; in pmic_init_max77693()