Lines Matching refs:to_state
82 u8 to_state; member
409 if (trx_state != ctx->to_state) { in at86rf230_async_state_assert()
420 if (ctx->to_state == STATE_RX_AACK_ON) in at86rf230_async_state_assert()
436 if (ctx->to_state == STATE_TX_ON || in at86rf230_async_state_assert()
437 ctx->to_state == STATE_TRX_OFF) { in at86rf230_async_state_assert()
438 u8 state = ctx->to_state; in at86rf230_async_state_assert()
451 ctx->from_state, ctx->to_state, trx_state); in at86rf230_async_state_assert()
486 switch (ctx->to_state) { in at86rf230_async_state_delay()
488 ctx->to_state = STATE_TX_ON; in at86rf230_async_state_delay()
492 ctx->to_state = STATE_TRX_OFF; in at86rf230_async_state_delay()
501 switch (ctx->to_state) { in at86rf230_async_state_delay()
524 switch (ctx->to_state) { in at86rf230_async_state_delay()
543 switch (ctx->to_state) { in at86rf230_async_state_delay()
581 if (trx_state == ctx->to_state) { in at86rf230_async_state_change_start()
593 at86rf230_async_write_reg(lp, RG_TRX_STATE, ctx->to_state, ctx, in at86rf230_async_state_change_start()
603 ctx->to_state = state; in at86rf230_async_state_change()