Lines Matching defs:old_state
814 struct bq25980_state old_state;
817 old_state = bq->state;
820 return (old_state.dischg != new_state->dischg ||
821 old_state.ovp != new_state->ovp ||
822 old_state.ocp != new_state->ocp ||
823 old_state.online != new_state->online ||
824 old_state.wdt != new_state->wdt ||
825 old_state.tflt != new_state->tflt ||
826 old_state.ce != new_state->ce ||
827 old_state.hiz != new_state->hiz ||
828 old_state.bypass != new_state->bypass);