Searched refs:ioctl_resp_wait (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 161 wait_queue_head_t ioctl_resp_wait; member 186 return wait_event_timeout(devinfo->ioctl_resp_wait, in brcmf_usb_ioctl_resp_wait() 192 wake_up(&devinfo->ioctl_resp_wait); in brcmf_usb_ioctl_resp_wake() 1119 init_waitqueue_head(&devinfo->ioctl_resp_wait); in brcmf_usb_attach()
|
| H A D | msgbuf.c | 260 wait_queue_head_t ioctl_resp_wait; member 475 return wait_event_timeout(msgbuf->ioctl_resp_wait, in brcmf_msgbuf_ioctl_resp_wait() 484 wake_up(&msgbuf->ioctl_resp_wait); in brcmf_msgbuf_ioctl_resp_wake() 1559 init_waitqueue_head(&msgbuf->ioctl_resp_wait); in brcmf_proto_msgbuf_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_priv.h | 84 wait_queue_head_t ioctl_resp_wait; member
|
| H A D | dhd_linux.c | 8568 init_waitqueue_head(&dhd->ioctl_resp_wait); 13072 timeout = wait_event_timeout(dhd->ioctl_resp_wait, (*condition), timeout); 13084 wake_up(&dhd->ioctl_resp_wait);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_priv.h | 84 wait_queue_head_t ioctl_resp_wait; member
|
| H A D | dhd_linux.c | 8568 init_waitqueue_head(&dhd->ioctl_resp_wait); 13007 timeout = wait_event_timeout(dhd->ioctl_resp_wait, (*condition), timeout); 13019 wake_up(&dhd->ioctl_resp_wait);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_priv.h | 84 wait_queue_head_t ioctl_resp_wait; member
|
| H A D | dhd_linux.c | 8546 init_waitqueue_head(&dhd->ioctl_resp_wait); 13199 timeout = wait_event_timeout(dhd->ioctl_resp_wait, (*condition), timeout); 13211 wake_up(&dhd->ioctl_resp_wait);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_priv.h | 95 wait_queue_head_t ioctl_resp_wait; member
|
| H A D | dhd_linux.c | 11731 init_waitqueue_head(&dhd->ioctl_resp_wait); in dhd_attach() 18229 timeout = wait_event_timeout(dhd->ioctl_resp_wait, (*condition), timeout); in dhd_os_ioctl_resp_wait() 18239 wake_up(&dhd->ioctl_resp_wait); in dhd_os_ioctl_resp_wake()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_priv.h | 94 wait_queue_head_t ioctl_resp_wait; member
|
| H A D | dhd_linux.c | 11606 init_waitqueue_head(&dhd->ioctl_resp_wait); in dhd_attach() 18123 timeout = wait_event_timeout(dhd->ioctl_resp_wait, (*condition), timeout); in dhd_os_ioctl_resp_wait() 18133 wake_up(&dhd->ioctl_resp_wait); in dhd_os_ioctl_resp_wake()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 641 wait_queue_head_t ioctl_resp_wait; member 9604 init_waitqueue_head(&dhd->ioctl_resp_wait); in dhd_attach() 13914 timeout = wait_event_timeout(dhd->ioctl_resp_wait, (*condition), timeout); in dhd_os_ioctl_resp_wait() 13926 wake_up(&dhd->ioctl_resp_wait); in dhd_os_ioctl_resp_wake()
|