Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
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()