Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpm.h545 #define PM_EVENT_AUTO_RESUME (PM_EVENT_AUTO | PM_EVENT_RESUME) macro
566 { .event = PM_EVENT_AUTO_RESUME, })
/linux-6.15/drivers/usb/core/
H A Dhcd-pci.c509 if (pci_dev->class == CL_EHCI && msg.event != PM_EVENT_AUTO_RESUME) in resume_common()
/linux-6.15/drivers/usb/host/
H A Dxhci-pci.c813 bool is_auto_resume = msg.event == PM_EVENT_AUTO_RESUME; in xhci_pci_resume()