Home
last modified time | relevance | path

Searched refs:resume_common (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd-pci.c477 static int resume_common(struct device *dev, int event) in resume_common() function
573 return resume_common(dev, PM_EVENT_RESUME); in hcd_pci_resume()
578 return resume_common(dev, PM_EVENT_RESTORE); in hcd_pci_restore()
607 retval = resume_common(dev, PM_EVENT_AUTO_RESUME); in hcd_pci_runtime_resume()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhcd-pci.c476 static int resume_common(struct device *dev, pm_message_t msg) in resume_common() function
582 return resume_common(dev, PMSG_RESUME); in hcd_pci_resume()
587 return resume_common(dev, PMSG_RESTORE); in hcd_pci_restore()
617 retval = resume_common(dev, PMSG_AUTO_RESUME); in hcd_pci_runtime_resume()

Completed in 2 milliseconds