Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd-pci.c453 if (hcd->driver->pci_resume) in suspend_common()
454 hcd->driver->pci_resume(hcd, false); in suspend_common()
498 if (hcd->driver->pci_resume && !HCD_DEAD(hcd)) { in resume_common()
509 retval = hcd->driver->pci_resume(hcd, in resume_common()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Duhci-grlib.c73 .pci_resume = NULL,
H A Duhci-platform.c51 .pci_resume = NULL,
H A Duhci-pci.c271 .pci_resume = uhci_pci_resume,
H A Dohci-pci.c316 ohci_pci_hc_driver.pci_resume = ohci_resume; in ohci_pci_init()
H A Dehci-pci.c428 ehci_pci_hc_driver.pci_resume = ehci_pci_resume; in ehci_pci_init()
H A Dxhci-pci.c688 xhci_pci_hc_driver.pci_resume = xhci_pci_resume; in xhci_pci_init()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dpcie.c627 pci_resume(struct pci_dev *pdev) in pci_resume() function
644 .resume = pci_resume,
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h289 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated); member
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dohci.c3812 static int pci_resume(struct pci_dev *dev) in pci_resume() function
3856 .resume = pci_resume,