Lines Matching refs:complete
70 void (*complete)(void *context); member
104 const u8 state, void (*complete)(void *context));
370 void (*complete)(void *context)) in at86rf230_async_read_reg()
377 ctx->msg.complete = complete; in at86rf230_async_read_reg()
386 void (*complete)(void *context)) in at86rf230_async_write_reg()
392 ctx->msg.complete = complete; in at86rf230_async_write_reg()
443 ctx->complete); in at86rf230_async_state_assert()
453 if (ctx->complete) in at86rf230_async_state_assert()
454 ctx->complete(context); in at86rf230_async_state_assert()
579 if (ctx->complete) in at86rf230_async_state_change_start()
580 ctx->complete(context); in at86rf230_async_state_change_start()
597 const u8 state, void (*complete)(void *context)) in at86rf230_async_state_change()
601 ctx->complete = complete; in at86rf230_async_state_change()
612 complete(&lp->state_complete); in at86rf230_sync_state_change_complete()
724 ctx->msg.complete = at86rf230_rx_read_frame_complete; in at86rf230_rx_trac_check()
802 ctx->msg.complete = at86rf230_irq_status; in at86rf230_isr()
843 ctx->msg.complete = at86rf230_write_frame_complete; in at86rf230_write_frame()