Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Ddwc3-imx8mp.c47 bool wakeup_pending; member
88 dwc3_imx->wakeup_pending = true; in dwc3_imx8mp_interrupt()
255 if (dwc3_imx->wakeup_pending) { in dwc3_imx8mp_resume()
256 dwc3_imx->wakeup_pending = false; in dwc3_imx8mp_resume()
/drivers/usb/cdns3/
Dcore.h114 bool wakeup_pending; member
Dcore.c422 cdns->wakeup_pending = true; in cdns3_wakeup_irq()
690 if (cdns->wakeup_pending) { in cdns3_controller_resume()
691 cdns->wakeup_pending = false; in cdns3_controller_resume()