Searched refs:chrg_state (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/battery/ |
| H A D | bat_trats.c | 23 if (bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_ENABLE, 450)) in power_battery_charge() 46 bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_DISABLE, 0); in power_battery_charge()
|
| H A D | bat_trats2.c | 20 if (bat->chrg->chrg_state(p_bat->chrg, PMIC_CHARGER_ENABLE, 450)) in power_battery_charge()
|
| /OK3568_Linux_fs/u-boot/drivers/power/mfd/ |
| H A D | pmic_max77693.c | 71 .chrg_state = max77693_charger_state,
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | pmic_max8997.c | 83 .chrg_state = pmic_charger_state,
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | pmic.h | 55 int (*chrg_state) (struct pmic *p, int state, int current); member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.power-framework | 104 -- *chrg_state - status of the charger - if it is enabled or 122 -- *chrg_state -> PMIC device (pmic_max8997.c)
|