Lines Matching defs:context

72 	void (*complete)(void *context);
116 const u8 state, void (*complete)(void *context));
339 at86rf230_async_error_recover_complete(void *context)
341 struct at86rf230_state_change *ctx = context;
355 at86rf230_async_error_recover(void *context)
357 struct at86rf230_state_change *ctx = context;
383 void (*complete)(void *context))
399 void (*complete)(void *context))
412 at86rf230_async_state_assert(void *context)
414 struct at86rf230_state_change *ctx = context;
467 ctx->complete(context);
484 at86rf230_async_state_delay(void *context)
486 struct at86rf230_state_change *ctx = context;
575 at86rf230_async_state_change_start(void *context)
577 struct at86rf230_state_change *ctx = context;
593 ctx->complete(context);
597 /* Set current state to the context of state change */
610 const u8 state, void (*complete)(void *context))
612 /* Initialization for the state change context */
620 at86rf230_sync_state_change_complete(void *context)
622 struct at86rf230_state_change *ctx = context;
651 at86rf230_tx_complete(void *context)
653 struct at86rf230_state_change *ctx = context;
661 at86rf230_tx_on(void *context)
663 struct at86rf230_state_change *ctx = context;
671 at86rf230_tx_trac_check(void *context)
673 struct at86rf230_state_change *ctx = context;
705 at86rf230_rx_read_frame_complete(void *context)
707 struct at86rf230_state_change *ctx = context;
733 at86rf230_rx_trac_check(void *context)
735 struct at86rf230_state_change *ctx = context;
770 at86rf230_irq_trx_end(void *context)
772 struct at86rf230_state_change *ctx = context;
786 at86rf230_irq_status(void *context)
788 struct at86rf230_state_change *ctx = context;
811 state->msg.context = state;
851 at86rf230_write_frame_complete(void *context)
853 struct at86rf230_state_change *ctx = context;
866 at86rf230_write_frame(void *context)
868 struct at86rf230_state_change *ctx = context;
889 at86rf230_xmit_tx_on(void *context)
891 struct at86rf230_state_change *ctx = context;
899 at86rf230_xmit_start(void *context)
901 struct at86rf230_state_change *ctx = context;