Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h263 bool suspend_event; member
Dwilc_sdio.c210 if (wilc->suspend_event) { in wilc_sdio_suspend()
1119 if (wilc->suspend_event) in wilc_sdio_resume()
Dwilc_wfi_cfgoperations.c1685 wl->suspend_event = true; in wilc_suspend()
1687 wl->suspend_event = false; in wilc_suspend()
/Linux-v5.4/drivers/base/power/
Dmain.c536 static pm_message_t suspend_event(pm_message_t resume_msg) in suspend_event() function
636 pm_message_t suspend_msg = suspend_event(state); in device_resume_noirq()