Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dinterrupt.c639 if (wil->n_msi == 3 && wil->suspend_resp_rcvd) { in wil6210_irq_misc_thread()
660 if (wil->suspend_resp_rcvd) { in wil6210_thread_irq()
Dwmi.c2002 wil->suspend_resp_rcvd = true; in wmi_recv_cmd()
3116 wil->suspend_resp_rcvd = false; in wmi_suspend()
3140 if (wil->suspend_resp_rcvd) in wmi_suspend()
3158 wil->suspend_resp_rcvd = false; in wmi_suspend()
Dwil6210.h1041 bool suspend_resp_rcvd; member