Lines Matching refs:online
91 u8 online;
413 do_adc_conv = !state.online && bq25890_is_adc_property(psp);
424 if (!state.online)
439 if (!state.online || state.chrg_status == STATUS_NOT_CHARGING ||
459 val->intval = state.online;
480 if (!state.online) {
548 {F_PG_STAT, &state->online},
564 state->chrg_status, state->online, state->vsys_status,
582 if (!new_state.online && bq->state.online) { /* power removed */
587 } else if (new_state.online && !bq->state.online) { /* power inserted */
686 ret = bq25890_field_write(bq, F_CONV_RATE, !!bq->state.online);
1049 if (bq->state.online) {