Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dhcd-pci.c568 if (hcd->driver->pci_poweroff_late && !HCD_DEAD(hcd)) in hcd_pci_poweroff_late()
569 return hcd->driver->pci_poweroff_late(hcd, device_may_wakeup(dev)); in hcd_pci_poweroff_late()
/openbmc/linux/include/linux/usb/
H A Dhcd.h271 int (*pci_poweroff_late)(struct usb_hcd *hcd, bool do_wakeup); member
/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c1001 xhci_pci_hc_driver.pci_poweroff_late = pm_ptr(xhci_pci_poweroff_late); in xhci_pci_init()