Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_priv.h415 wait_queue_head_t ds_exit_wait; member
H A Ddhd_linux.c11735 init_waitqueue_head(&dhd->ds_exit_wait); in dhd_attach()
18273 timeout = wait_event_timeout(dhd->ds_exit_wait, (*condition), timeout); in dhd_os_ds_exit_wait()
18283 wake_up_all(&dhd->ds_exit_wait); in dhd_os_ds_exit_wake()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_priv.h413 wait_queue_head_t ds_exit_wait; member
H A Ddhd_linux.c11610 init_waitqueue_head(&dhd->ds_exit_wait); in dhd_attach()
18167 timeout = wait_event_timeout(dhd->ds_exit_wait, (*condition), timeout); in dhd_os_ds_exit_wait()
18177 wake_up_all(&dhd->ds_exit_wait); in dhd_os_ds_exit_wake()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c920 wait_queue_head_t ds_exit_wait; member
9607 init_waitqueue_head(&dhd->ds_exit_wait); in dhd_attach()
13968 timeout = wait_event_timeout(dhd->ds_exit_wait, (*condition), timeout); in dhd_os_ds_exit_wait()
13980 wake_up(&dhd->ds_exit_wait); in dhd_os_ds_exit_wake()