Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h166 bool suspend_event; member
Dwilc_sdio.c175 if (!wilc->suspend_event) { in wilc_sdio_suspend()
202 if (wilc->suspend_event) in wilc_sdio_resume()
Dwilc_wfi_cfgoperations.c1986 vif->wilc->suspend_event = true; in wilc_suspend()
1988 vif->wilc->suspend_event = false; in wilc_suspend()
/Linux-v4.19/drivers/base/power/
Dmain.c543 static pm_message_t suspend_event(pm_message_t resume_msg) in suspend_event() function
643 pm_message_t suspend_msg = suspend_event(state); in device_resume_noirq()