Home
last modified time | relevance | path

Searched refs:async_completion (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dmailbox.c1881 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()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/include/
Dhif_internal.h195 struct completion async_completion; /* thread completion */ member