| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_priv.h | 147 wait_queue_head_t ctrl_wait; member
|
| H A D | dhd_linux.c | 8570 init_waitqueue_head(&dhd->ctrl_wait); 13728 wait_event_timeout(dhdinfo->ctrl_wait, (*lockvar == FALSE), timeout); 13738 if (waitqueue_active(&dhdinfo->ctrl_wait)) 13739 wake_up(&dhdinfo->ctrl_wait);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_priv.h | 147 wait_queue_head_t ctrl_wait; member
|
| H A D | dhd_linux.c | 8570 init_waitqueue_head(&dhd->ctrl_wait); 13663 wait_event_timeout(dhdinfo->ctrl_wait, (*lockvar == FALSE), timeout); 13673 if (waitqueue_active(&dhdinfo->ctrl_wait)) 13674 wake_up(&dhdinfo->ctrl_wait);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_priv.h | 147 wait_queue_head_t ctrl_wait; member
|
| H A D | dhd_linux.c | 8548 init_waitqueue_head(&dhd->ctrl_wait); 13855 wait_event_timeout(dhdinfo->ctrl_wait, (*lockvar == FALSE), timeout); 13865 if (waitqueue_active(&dhdinfo->ctrl_wait)) 13866 wake_up(&dhdinfo->ctrl_wait);
|
| /OK3568_Linux_fs/kernel/net/bluetooth/hidp/ |
| H A D | core.c | 1267 DEFINE_WAIT_FUNC(ctrl_wait, hidp_session_wake_function); in hidp_session_thread() 1278 add_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread() 1293 remove_wait_queue(sk_sleep(session->ctrl_sock->sk), &ctrl_wait); in hidp_session_thread()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_priv.h | 169 wait_queue_head_t ctrl_wait; member
|
| H A D | dhd_sdio.c | 366 bool ctrl_wait; member 3124 bus->ctrl_wait = TRUE; in dhd_bus_txctl() 3129 bus->ctrl_wait = FALSE; in dhd_bus_txctl() 8103 if (bus->ctrl_wait && TXCTLOK(bus)) in dhdsdio_dpc()
|
| H A D | dhd_linux.c | 11737 init_waitqueue_head(&dhd->ctrl_wait); in dhd_attach() 18968 wait_event_timeout(dhdinfo->ctrl_wait, (*lockvar == FALSE), timeout); in dhd_wait_for_event() 18978 if (waitqueue_active(&dhdinfo->ctrl_wait)) in dhd_wait_event_wakeup() 18979 wake_up(&dhdinfo->ctrl_wait); in dhd_wait_event_wakeup()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_priv.h | 167 wait_queue_head_t ctrl_wait; member
|
| H A D | dhd_sdio.c | 367 bool ctrl_wait; member 3135 bus->ctrl_wait = TRUE; in dhd_bus_txctl() 3140 bus->ctrl_wait = FALSE; in dhd_bus_txctl() 8118 if (bus->ctrl_wait && TXCTLOK(bus)) in dhdsdio_dpc()
|
| H A D | dhd_linux.c | 11612 init_waitqueue_head(&dhd->ctrl_wait); in dhd_attach() 18862 wait_event_timeout(dhdinfo->ctrl_wait, (*lockvar == FALSE), timeout); in dhd_wait_for_event() 18872 if (waitqueue_active(&dhdinfo->ctrl_wait)) in dhd_wait_event_wakeup() 18873 wake_up(&dhdinfo->ctrl_wait); in dhd_wait_event_wakeup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 507 wait_queue_head_t ctrl_wait; member 2067 wake_up_interruptible(&bus->ctrl_wait); in brcmf_sdio_wait_event_wakeup() 2940 wait_event_interruptible_timeout(bus->ctrl_wait, !bus->ctrl_frame_stat, in brcmf_sdio_bus_txctl() 4458 init_waitqueue_head(&bus->ctrl_wait); in brcmf_sdio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 346 bool ctrl_wait; member 3092 bus->ctrl_wait = TRUE; in dhd_bus_txctl() 3097 bus->ctrl_wait = FALSE; in dhd_bus_txctl() 7301 if (bus->ctrl_wait && TXCTLOK(bus)) in dhdsdio_dpc()
|
| H A D | dhd_linux.c | 708 wait_queue_head_t ctrl_wait; member 9609 init_waitqueue_head(&dhd->ctrl_wait); in dhd_attach() 14580 wait_event_timeout(dhdinfo->ctrl_wait, (*lockvar == FALSE), timeout); in dhd_wait_for_event() 14590 if (waitqueue_active(&dhdinfo->ctrl_wait)) in dhd_wait_event_wakeup() 14591 wake_up(&dhdinfo->ctrl_wait); in dhd_wait_event_wakeup()
|