Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dhost.c204 if (dwc->sys_wakeup) { in dwc3_host_init()
220 if (dwc->sys_wakeup) in dwc3_host_exit()
Dcore.h1384 unsigned sys_wakeup:1; member
Dgadget.c2952 if (dwc->sys_wakeup) in dwc3_gadget_start()
2970 if (dwc->sys_wakeup) in dwc3_gadget_stop()
4655 if (dwc->sys_wakeup) in dwc3_gadget_init()
Dcore.c1697 dwc->sys_wakeup = device_may_wakeup(dwc->sysdev); in dwc3_get_properties()