Home
last modified time | relevance | path

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

/openbmc/linux/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.c261 wait_queue_head_t ioctl_resp_wait; member
479 return wait_event_timeout(msgbuf->ioctl_resp_wait, in brcmf_msgbuf_ioctl_resp_wait()
488 wake_up(&msgbuf->ioctl_resp_wait); in brcmf_msgbuf_ioctl_resp_wake()
1584 init_waitqueue_head(&msgbuf->ioctl_resp_wait); in brcmf_proto_msgbuf_attach()