HomeSort by relevance Sort by last modified time
    Searched refs:chrg (Results 1 - 9 of 9) sorted by null

  /external/u-boot/drivers/power/battery/
bat_trats.c 22 if (bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_ENABLE, 450))
25 for (k = 0; bat->chrg->chrg_bat_present(p_bat->chrg) &&
26 bat->chrg->chrg_type(p_bat->muic) &&
45 bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_DISABLE, 0);
56 bat_->pbat->chrg = chrg_;
60 bat_->chrg = chrg_->chrg;
    [all...]
bat_trats2.c 19 if (bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_ENABLE, 450))
31 bat_->pbat->chrg = chrg_;
35 bat_->chrg = chrg_->chrg;
36 bat_->chrg->chrg_type = muic_->chrg->chrg_type;
  /external/u-boot/board/samsung/trats2/
trats2.c 131 int chrg; local
158 if (p_chrg->chrg->chrg_bat_present(p_chrg) == 0)
174 chrg = p_muic->chrg->chrg_type(p_muic);
175 debug("CHARGER TYPE: %d\n", chrg);
177 if (!p_chrg->chrg->chrg_bat_present(p_chrg)) {
184 if (pb->bat->state == CHARGE && chrg == CHARGER_USB)
275 return !!muic->chrg->chrg_type(muic);
  /external/u-boot/drivers/power/mfd/
muic_max77693.c 73 p->chrg = &power_chrg_muic_ops;
pmic_max77693.c 92 p->chrg = &power_chrg_pmic_ops;
  /external/u-boot/drivers/power/pmic/
muic_max8997.c 71 p->chrg = &power_chrg_muic_ops;
pmic_max8997.c 104 p->chrg = &power_chrg_pmic_ops;
  /external/u-boot/board/samsung/trats/
trats.c 115 int chrg, ret; local
164 chrg = p_muic->chrg->chrg_type(p_muic);
165 debug("CHARGER TYPE: %d\n", chrg);
167 if (!p_chrg->chrg->chrg_bat_present(p_chrg)) {
174 if (pb->bat->state == CHARGE && chrg == CHARGER_USB)
298 return !!muic->chrg->chrg_type(muic);
  /external/u-boot/include/power/
pmic.h 63 struct pmic *chrg, *fg, *muic; member in struct:power_battery
79 struct power_chrg *chrg; member in struct:pmic

Completed in 215 milliseconds