Home
last modified time | relevance | path

Searched defs:is_auto_resume (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-pci.c845 bool is_auto_resume = msg.event == PM_EVENT_AUTO_RESUME; in xhci_pci_resume() local
H A Dxhci.c1075 int xhci_resume(struct xhci_hcd *xhci, bool power_lost, bool is_auto_resume) in xhci_resume()