Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc3/
H A Dhost.c204 if (dwc->sys_wakeup) { in dwc3_host_init()
220 if (dwc->sys_wakeup) in dwc3_host_exit()
H A Dcore.h1388 unsigned sys_wakeup:1; member
H A Dgadget.c3020 if (dwc->sys_wakeup) in dwc3_gadget_start()
3038 if (dwc->sys_wakeup) in dwc3_gadget_stop()
4775 if (dwc->sys_wakeup) in dwc3_gadget_init()
H A Dcore.c1734 dwc->sys_wakeup = device_may_wakeup(dwc->sysdev); in dwc3_get_properties()