Home
last modified time | relevance | path

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 Dusb.c161 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 Dmsgbuf.c260 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 Ddhd_linux_priv.h84 wait_queue_head_t ioctl_resp_wait; member
H A Ddhd_linux.c8568 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 Ddhd_linux_priv.h84 wait_queue_head_t ioctl_resp_wait; member
H A Ddhd_linux.c8568 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 Ddhd_linux_priv.h84 wait_queue_head_t ioctl_resp_wait; member
H A Ddhd_linux.c8546 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 Ddhd_linux_priv.h95 wait_queue_head_t ioctl_resp_wait; member
H A Ddhd_linux.c11731 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 Ddhd_linux_priv.h94 wait_queue_head_t ioctl_resp_wait; member
H A Ddhd_linux.c11606 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 Ddhd_linux.c641 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()