Searched defs:ioctl_resp_wait (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c144 wait_queue_head_t ioctl_resp_wait; member in struct:brcmf_usbdev_info
196 add_wait_queue(&devinfo->ioctl_resp_wait, &wait);
210 remove_wait_queue(&devinfo->ioctl_resp_wait, &wait);
217 if (waitqueue_active(&devinfo->ioctl_resp_wait))
218 wake_up_interruptible(&devinfo->ioctl_resp_wait);
1286 init_waitqueue_head(&devinfo->ioctl_resp_wait);
/drivers/net/wireless/bcmdhd/
H A Ddhd_linux.c272 wait_queue_head_t ioctl_resp_wait; member in struct:dhd_info
2975 init_waitqueue_head(&dhd->ioctl_resp_wait);
4431 timeout = wait_event_timeout(dhd->ioctl_resp_wait, (*condition), timeout);
4440 if (waitqueue_active(&dhd->ioctl_resp_wait)) {
4441 wake_up(&dhd->ioctl_resp_wait);

Completed in 66 milliseconds