Lines Matching refs:chrg_status
99 u8 chrg_status; member
502 else if (state.chrg_status == STATUS_NOT_CHARGING) in bq25890_power_supply_get_property()
504 else if (state.chrg_status == STATUS_PRE_CHARGING || in bq25890_power_supply_get_property()
505 state.chrg_status == STATUS_FAST_CHARGING) in bq25890_power_supply_get_property()
507 else if (state.chrg_status == STATUS_TERMINATION_DONE) in bq25890_power_supply_get_property()
516 state.chrg_status == STATUS_NOT_CHARGING || in bq25890_power_supply_get_property()
517 state.chrg_status == STATUS_TERMINATION_DONE) in bq25890_power_supply_get_property()
519 else if (state.chrg_status == STATUS_PRE_CHARGING) in bq25890_power_supply_get_property()
521 else if (state.chrg_status == STATUS_FAST_CHARGING) in bq25890_power_supply_get_property()
790 {F_CHG_STAT, &state->chrg_status}, in bq25890_get_chip_state()
809 state->chrg_status, state->online, in bq25890_get_chip_state()