Lines Matching refs:state
101 switch (timer->state) { in qdf_mc_timer_get_current_state()
106 timer_state = timer->state; in qdf_mc_timer_get_current_state()
341 timer->state = QDF_TIMER_STATE_STOPPED; in qdf_mc_timer_init_debug()
369 timer->state = QDF_TIMER_STATE_STOPPED; in qdf_mc_timer_init()
411 switch (timer->state) { in qdf_mc_timer_destroy()
437 timer->state = QDF_TIMER_STATE_UNUSED; in qdf_mc_timer_destroy()
447 timer->state); in qdf_mc_timer_destroy()
477 switch (timer->state) { in qdf_mc_timer_destroy()
504 timer->state = QDF_TIMER_STATE_UNUSED; in qdf_mc_timer_destroy()
513 timer->state); in qdf_mc_timer_destroy()
552 if (QDF_TIMER_STATE_STOPPED != timer->state) { in qdf_mc_timer_start()
556 __func__, timer->state, (void *)timer->callback); in qdf_mc_timer_start()
564 timer->state = QDF_TIMER_STATE_RUNNING; in qdf_mc_timer_start()
613 if (QDF_TIMER_STATE_RUNNING != timer->state) { in qdf_mc_timer_stop()
623 timer->state = QDF_TIMER_STATE_STOPPED; in qdf_mc_timer_stop()
654 if (QDF_TIMER_STATE_RUNNING != timer->state) { in qdf_mc_timer_stop_sync()
659 timer->state = QDF_TIMER_STATE_STOPPED; in qdf_mc_timer_stop_sync()