Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c500 wait_queue_head_t dcmd_resp_wait; member
1766 add_wait_queue(&bus->dcmd_resp_wait, &wait); in brcmf_sdio_dcmd_resp_wait()
1776 remove_wait_queue(&bus->dcmd_resp_wait, &wait); in brcmf_sdio_dcmd_resp_wait()
1783 if (waitqueue_active(&bus->dcmd_resp_wait)) in brcmf_sdio_dcmd_resp_wake()
1784 wake_up_interruptible(&bus->dcmd_resp_wait); in brcmf_sdio_dcmd_resp_wake()
4144 init_waitqueue_head(&bus->dcmd_resp_wait); in brcmf_sdio_probe()