Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c172 wait_queue_head_t ioctl_resp_wait; member
198 return wait_event_timeout(devinfo->ioctl_resp_wait, in brcmf_usb_ioctl_resp_wait()
204 wake_up(&devinfo->ioctl_resp_wait); in brcmf_usb_ioctl_resp_wake()
1081 init_waitqueue_head(&devinfo->ioctl_resp_wait); in brcmf_usb_attach()
Dmsgbuf.c253 wait_queue_head_t ioctl_resp_wait; member
468 return wait_event_timeout(msgbuf->ioctl_resp_wait, in brcmf_msgbuf_ioctl_resp_wait()
477 wake_up(&msgbuf->ioctl_resp_wait); in brcmf_msgbuf_ioctl_resp_wake()
1501 init_waitqueue_head(&msgbuf->ioctl_resp_wait); in brcmf_proto_msgbuf_attach()