Home
last modified time | relevance | path

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

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux_priv.h152 wait_queue_head_t ctrl_wait; member
Ddhd_wlfc.h166 bool ctrl_wait; member
Ddhd_sdio.c2656 bus->ctrl_wait = TRUE; in dhd_bus_txctl()
2661 bus->ctrl_wait = FALSE; in dhd_bus_txctl()
7042 if (bus->ctrl_wait && TXCTLOK(bus)) in dhdsdio_dpc()
Ddhd_linux.c8789 init_waitqueue_head(&dhd->ctrl_wait); in dhd_attach()
13694 wait_event_timeout(dhdinfo->ctrl_wait, (*lockvar == FALSE), timeout); in dhd_wait_for_event()
13704 if (waitqueue_active(&dhdinfo->ctrl_wait)) in dhd_wait_event_wakeup()
13705 wake_up(&dhdinfo->ctrl_wait); in dhd_wait_event_wakeup()