Lines Matching refs:complete
71 void (*complete)(void *context); member
105 const u8 state, void (*complete)(void *context));
371 void (*complete)(void *context)) in at86rf230_async_read_reg()
378 ctx->msg.complete = complete; in at86rf230_async_read_reg()
387 void (*complete)(void *context)) in at86rf230_async_write_reg()
393 ctx->msg.complete = complete; in at86rf230_async_write_reg()
444 ctx->complete); in at86rf230_async_state_assert()
454 if (ctx->complete) in at86rf230_async_state_assert()
455 ctx->complete(context); in at86rf230_async_state_assert()
580 if (ctx->complete) in at86rf230_async_state_change_start()
581 ctx->complete(context); in at86rf230_async_state_change_start()
598 const u8 state, void (*complete)(void *context)) in at86rf230_async_state_change()
602 ctx->complete = complete; in at86rf230_async_state_change()
613 complete(&lp->state_complete); in at86rf230_sync_state_change_complete()
725 ctx->msg.complete = at86rf230_rx_read_frame_complete; in at86rf230_rx_trac_check()
803 ctx->msg.complete = at86rf230_irq_status; in at86rf230_isr()
844 ctx->msg.complete = at86rf230_write_frame_complete; in at86rf230_write_frame()