Lines Matching defs:context
71 void (*complete)(void *context);
105 const u8 state, void (*complete)(void *context));
328 at86rf230_async_error_recover_complete(void *context)
330 struct at86rf230_state_change *ctx = context;
343 at86rf230_async_error_recover(void *context)
345 struct at86rf230_state_change *ctx = context;
371 void (*complete)(void *context))
387 void (*complete)(void *context))
400 at86rf230_async_state_assert(void *context)
402 struct at86rf230_state_change *ctx = context;
455 ctx->complete(context);
472 at86rf230_async_state_delay(void *context)
474 struct at86rf230_state_change *ctx = context;
563 at86rf230_async_state_change_start(void *context)
565 struct at86rf230_state_change *ctx = context;
581 ctx->complete(context);
585 /* Set current state to the context of state change */
598 const u8 state, void (*complete)(void *context))
600 /* Initialization for the state change context */
608 at86rf230_sync_state_change_complete(void *context)
610 struct at86rf230_state_change *ctx = context;
639 at86rf230_tx_complete(void *context)
641 struct at86rf230_state_change *ctx = context;
653 at86rf230_tx_on(void *context)
655 struct at86rf230_state_change *ctx = context;
663 at86rf230_tx_trac_check(void *context)
665 struct at86rf230_state_change *ctx = context;
688 at86rf230_rx_read_frame_complete(void *context)
690 struct at86rf230_state_change *ctx = context;
716 at86rf230_rx_trac_check(void *context)
718 struct at86rf230_state_change *ctx = context;
734 at86rf230_irq_trx_end(void *context)
736 struct at86rf230_state_change *ctx = context;
750 at86rf230_irq_status(void *context)
752 struct at86rf230_state_change *ctx = context;
775 state->msg.context = state;
815 at86rf230_write_frame_complete(void *context)
817 struct at86rf230_state_change *ctx = context;
830 at86rf230_write_frame(void *context)
832 struct at86rf230_state_change *ctx = context;
853 at86rf230_xmit_tx_on(void *context)
855 struct at86rf230_state_change *ctx = context;
863 at86rf230_xmit_start(void *context)
865 struct at86rf230_state_change *ctx = context;