cmdThread         154 drivers/staging/rtl8188eu/include/drv_types.h 	void *cmdThread;
cmdThread         340 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter,
cmdThread         342 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	if (IS_ERR(padapter->cmdThread))
cmdThread         343 drivers/staging/rtl8188eu/os_dep/os_intfs.c 		err = PTR_ERR(padapter->cmdThread);
cmdThread         357 drivers/staging/rtl8188eu/os_dep/os_intfs.c 	if (padapter->cmdThread)
cmdThread         392 drivers/staging/rtl8723bs/core/rtw_cmd.c 	if (adapter->cmdThread &&
cmdThread         551 drivers/staging/rtl8723bs/include/drv_types.h 	void *cmdThread;
cmdThread         567 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD");
cmdThread         568 drivers/staging/rtl8723bs/os_dep/os_intfs.c 	if (IS_ERR(padapter->cmdThread))