Home
last modified time | relevance | path

Searched refs:terminate_cmdthread_sema (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rtl8188eu/include/
Drtw_cmd.h48 struct semaphore terminate_cmdthread_sema; member
/drivers/staging/rtl8188eu/core/
Drtw_cmd.c36 sema_init(&(pcmdpriv->terminate_cmdthread_sema), 0); in rtw_init_cmd_priv()
176 up(&pcmdpriv->terminate_cmdthread_sema); in rtw_cmd_thread()
255 up(&pcmdpriv->terminate_cmdthread_sema); in rtw_cmd_thread()
/drivers/staging/rtl8712/
Drtl871x_cmd.h54 struct semaphore terminate_cmdthread_sema; member
Drtl8712_cmd.c430 up(&pcmdpriv->terminate_cmdthread_sema); in r8712_cmd_thread()
Dos_intfs.c252 _down_sema(&padapter->cmdpriv.terminate_cmdthread_sema); in r8712_stop_drv_threads()
Drtl871x_cmd.c61 sema_init(&(pcmdpriv->terminate_cmdthread_sema), 0); in _init_cmd_priv()
/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c745 _rtw_down_sema(&padapter->cmdpriv.terminate_cmdthread_sema); /* wait for cmd_thread to run */ in rtw_start_drv_threads()
757 _rtw_down_sema(&padapter->cmdpriv.terminate_cmdthread_sema); in rtw_stop_drv_threads()