Lines Matching refs:complete
366 if (data->current_msg->complete) { in pch_spi_handler()
369 data->current_msg->complete(data->current_msg->context); in pch_spi_handler()
602 if (pmsg->complete) in pch_spi_set_tx()
603 pmsg->complete(pmsg->context); in pch_spi_set_tx()
652 if (data->current_msg->complete) { in pch_spi_nomore_transfer()
655 data->current_msg->complete(data->current_msg->context); in pch_spi_nomore_transfer()
686 if (pmsg->complete) in pch_spi_nomore_transfer()
687 pmsg->complete(pmsg->context); in pch_spi_nomore_transfer()
1144 if (pmsg->complete) { in pch_spi_process_messages()
1146 pmsg->complete(pmsg->context); in pch_spi_process_messages()
1211 data->current_msg->complete in pch_spi_process_messages()