Home
last modified time | relevance | path

Searched refs:ioctl_resp_wait (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c155 wait_queue_head_t ioctl_resp_wait; member
180 return wait_event_timeout(devinfo->ioctl_resp_wait, in brcmf_usb_ioctl_resp_wait()
187 if (waitqueue_active(&devinfo->ioctl_resp_wait)) in brcmf_usb_ioctl_resp_wake()
188 wake_up(&devinfo->ioctl_resp_wait); in brcmf_usb_ioctl_resp_wake()
1111 init_waitqueue_head(&devinfo->ioctl_resp_wait); in brcmf_usb_attach()
Dmsgbuf.c250 wait_queue_head_t ioctl_resp_wait; member
476 return wait_event_timeout(msgbuf->ioctl_resp_wait, in brcmf_msgbuf_ioctl_resp_wait()
485 if (waitqueue_active(&msgbuf->ioctl_resp_wait)) in brcmf_msgbuf_ioctl_resp_wake()
486 wake_up(&msgbuf->ioctl_resp_wait); in brcmf_msgbuf_ioctl_resp_wake()
1410 init_waitqueue_head(&msgbuf->ioctl_resp_wait); in brcmf_proto_msgbuf_attach()