Lines Matching refs:complete
80 void (*complete)(void *context); member
123 const u8 state, void (*complete)(void *context));
372 void (*complete)(void *context)) in at86rf230_async_read_reg()
379 ctx->msg.complete = complete; in at86rf230_async_read_reg()
388 void (*complete)(void *context)) in at86rf230_async_write_reg()
394 ctx->msg.complete = complete; in at86rf230_async_write_reg()
445 ctx->complete); in at86rf230_async_state_assert()
455 if (ctx->complete) in at86rf230_async_state_assert()
456 ctx->complete(context); in at86rf230_async_state_assert()
582 if (ctx->complete) in at86rf230_async_state_change_start()
583 ctx->complete(context); in at86rf230_async_state_change_start()
600 const u8 state, void (*complete)(void *context)) in at86rf230_async_state_change()
604 ctx->complete = complete; in at86rf230_async_state_change()
615 complete(&lp->state_complete); in at86rf230_sync_state_change_complete()
751 ctx->msg.complete = at86rf230_rx_read_frame_complete; in at86rf230_rx_trac_check()
829 ctx->msg.complete = at86rf230_irq_status; in at86rf230_isr()
870 ctx->msg.complete = at86rf230_write_frame_complete; in at86rf230_write_frame()