Lines Matching refs:to_state
77 u8 to_state; member
527 if (trx_state != ctx->to_state) { in at86rf230_async_state_assert()
538 if (ctx->to_state == STATE_RX_AACK_ON) in at86rf230_async_state_assert()
554 if (ctx->to_state == STATE_TX_ON || in at86rf230_async_state_assert()
555 ctx->to_state == STATE_TRX_OFF) { in at86rf230_async_state_assert()
556 u8 state = ctx->to_state; in at86rf230_async_state_assert()
570 ctx->from_state, ctx->to_state, trx_state); in at86rf230_async_state_assert()
606 switch (ctx->to_state) { in at86rf230_async_state_delay()
608 ctx->to_state = STATE_TX_ON; in at86rf230_async_state_delay()
612 ctx->to_state = STATE_TRX_OFF; in at86rf230_async_state_delay()
621 switch (ctx->to_state) { in at86rf230_async_state_delay()
644 switch (ctx->to_state) { in at86rf230_async_state_delay()
663 switch (ctx->to_state) { in at86rf230_async_state_delay()
701 if (trx_state == ctx->to_state) { in at86rf230_async_state_change_start()
714 buf[1] = ctx->to_state; in at86rf230_async_state_change_start()
732 ctx->to_state = state; in at86rf230_async_state_change()