Searched refs:async_completion (Results 1 – 2 of 2) sorted by relevance
1881 kthread_complete_and_exit(&device->async_completion, 0); in async_task()1903 init_completion(&device->async_completion); in hif_disable_func()1906 wait_for_completion(&device->async_completion); in hif_disable_func()
195 struct completion async_completion; /* thread completion */ member