Home
last modified time | relevance | path

Searched refs:rtw_cmd_thread (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_cmd.h68 int rtw_cmd_thread(void *context);
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c740 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_cmd.c164 int rtw_cmd_thread(void *context) in rtw_cmd_thread() function