Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c1795 static int async_task(void *param) in async_task() function
1902 if (!IS_ERR(device->async_task)) { in hif_disable_func()
1907 device->async_task = NULL; in hif_disable_func()
1948 if (!device->async_task && device->is_disabled) { in hif_enable_func()
1950 device->async_task = kthread_create(async_task, in hif_enable_func()
1953 if (IS_ERR(device->async_task)) { in hif_enable_func()
1958 wake_up_process(device->async_task); in hif_enable_func()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/include/
H A Dhif_internal.h192 struct task_struct *async_task; /* task to handle async commands */ member