Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dhost.c210 if (dwc->sys_wakeup) { in dwc3_host_init()
227 if (dwc->sys_wakeup) in dwc3_host_exit()
H A Dcore.h1405 unsigned sys_wakeup:1; member
H A Dgadget.c3030 if (dwc->sys_wakeup) in dwc3_gadget_start()
3048 if (dwc->sys_wakeup) in dwc3_gadget_stop()
4796 if (dwc->sys_wakeup) in dwc3_gadget_init()
H A Dcore.c1750 dwc->sys_wakeup = device_may_wakeup(dwc->sysdev); in dwc3_get_properties()