Home
last modified time | relevance | path

Searched refs:cmd_queue_sema (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_pwrctrl.c112 up(&(pcmdpriv->cmd_queue_sema)); in r8712_cpwm_int_hdl()
Drtl871x_cmd.c44 sema_init(&(pcmdpriv->cmd_queue_sema), 0); in _init_cmd_priv()
161 up(&pcmdpriv->cmd_queue_sema); in r8712_enqueue_cmd()
178 up(&pcmdpriv->cmd_queue_sema); in r8712_enqueue_cmd_ex()
Drtl871x_cmd.h28 struct semaphore cmd_queue_sema; member
Drtl8712_cmd.c316 if ((_down_sema(&(pcmdpriv->cmd_queue_sema))) == _FAIL) in r8712_cmd_thread()
Dos_intfs.c251 up(&padapter->cmdpriv.cmd_queue_sema); in r8712_stop_drv_threads()