Lines Matching refs:complete
75 void (*complete)(void *context); member
304 const u8 state, void (*complete)(void *context),
491 void (*complete)(void *context), in at86rf230_async_read_reg()
499 ctx->msg.complete = complete; in at86rf230_async_read_reg()
563 ctx->complete, in at86rf230_async_state_assert()
574 if (ctx->complete) in at86rf230_async_state_assert()
575 ctx->complete(context); in at86rf230_async_state_assert()
702 if (ctx->complete) in at86rf230_async_state_change_start()
703 ctx->complete(context); in at86rf230_async_state_change_start()
715 ctx->msg.complete = at86rf230_async_state_delay; in at86rf230_async_state_change_start()
728 const u8 state, void (*complete)(void *context), in at86rf230_async_state_change()
733 ctx->complete = complete; in at86rf230_async_state_change()
746 complete(&lp->state_complete); in at86rf230_sync_state_change_complete()
863 ctx->msg.complete = at86rf230_rx_read_frame_complete; in at86rf230_rx_read_frame()
933 ctx->msg.complete = at86rf230_irq_status; in at86rf230_isr()
959 ctx->msg.complete = NULL; in at86rf230_write_frame_complete()
981 ctx->msg.complete = at86rf230_write_frame_complete; in at86rf230_write_frame()