Searched refs:cmdThread (Results 1 – 4 of 4) sorted by relevance
240 padapter->cmdThread = kthread_run(r8712_cmd_thread, padapter, "%s", in start_drv_threads()242 if (IS_ERR(padapter->cmdThread)) in start_drv_threads()251 if (padapter->cmdThread) in r8712_stop_drv_threads()
165 struct task_struct *cmdThread; member
208 void *cmdThread; member
741 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()742 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()756 if (padapter->cmdThread) in rtw_stop_drv_threads()