Searched refs:chrg (Results 1 – 11 of 11) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/power/battery/ |
D | bat_trats.c | 22 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()
|
D | bat_trats2.c | 19 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/ |
D | trats2.c | 131 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/ |
D | trats.c | 116 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/ |
D | tps65090.txt | 7 -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/ |
D | richedit.h | 821 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/ |
D | pmic.h | 63 struct pmic *chrg, *fg, *muic; member 79 struct power_chrg *chrg; member
|
/third_party/uboot/u-boot-2020.01/drivers/power/pmic/ |
D | muic_max8997.c | 71 p->chrg = &power_chrg_muic_ops; in power_muic_init()
|
D | pmic_max8997.c | 104 p->chrg = &power_chrg_pmic_ops; in pmic_init()
|
/third_party/uboot/u-boot-2020.01/drivers/power/mfd/ |
D | muic_max77693.c | 73 p->chrg = &power_chrg_muic_ops; in power_muic_init()
|
D | pmic_max77693.c | 92 p->chrg = &power_chrg_pmic_ops; in pmic_init_max77693()
|