Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/power/supply/
Dbq25890_charger.c98 u8 chrg_status; member
483 else if (state.chrg_status == STATUS_NOT_CHARGING) in bq25890_power_supply_get_property()
485 else if (state.chrg_status == STATUS_PRE_CHARGING || in bq25890_power_supply_get_property()
486 state.chrg_status == STATUS_FAST_CHARGING) in bq25890_power_supply_get_property()
488 else if (state.chrg_status == STATUS_TERMINATION_DONE) in bq25890_power_supply_get_property()
496 if (!state.online || state.chrg_status == STATUS_NOT_CHARGING || in bq25890_power_supply_get_property()
497 state.chrg_status == STATUS_TERMINATION_DONE) in bq25890_power_supply_get_property()
499 else if (state.chrg_status == STATUS_PRE_CHARGING) in bq25890_power_supply_get_property()
501 else if (state.chrg_status == STATUS_FAST_CHARGING) in bq25890_power_supply_get_property()
689 {F_CHG_STAT, &state->chrg_status}, in bq25890_get_chip_state()
[all …]