Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-pci.c184 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
275 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
286 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
290 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
341 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
353 if (xhci->quirks & XHCI_RESET_ON_RESUME) in xhci_pci_quirks()
Dxhci-mvebu.c124 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_mvebu_a3700_init_quirk()
Dxhci-plat.c137 .quirks = XHCI_RESET_ON_RESUME | XHCI_SUSPEND_RESUME_CLKS,
Dxhci.c1145 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
3992 if (xhci->quirks & XHCI_RESET_ON_RESUME) in xhci_free_dev()
4161 if (xhci->quirks & XHCI_RESET_ON_RESUME) in xhci_alloc_dev()
Dxhci.h1880 #define XHCI_RESET_ON_RESUME BIT_ULL(7) macro