Searched refs:cmdThread (Results 1 – 7 of 7) sorted by relevance
232 padapter->cmdThread = kthread_run(r8712_cmd_thread, padapter, "%s", in start_drv_threads()234 if (IS_ERR(padapter->cmdThread)) in start_drv_threads()246 if (padapter->cmdThread) in r8712_stop_drv_threads()
163 struct task_struct *cmdThread; member
340 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, in rtw_start_drv_threads()342 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()343 err = PTR_ERR(padapter->cmdThread); in rtw_start_drv_threads()357 if (padapter->cmdThread) in rtw_stop_drv_threads()
149 void *cmdThread; member
558 void *cmdThread; member
584 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()585 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()
409 if (adapter->cmdThread && in rtw_stop_cmd_thread()