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.c179 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
266 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
277 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
281 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
334 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
346 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.c1134 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
3883 if (xhci->quirks & XHCI_RESET_ON_RESUME) in xhci_free_dev()
4060 if (xhci->quirks & XHCI_RESET_ON_RESUME) in xhci_alloc_dev()
Dxhci.h1873 #define XHCI_RESET_ON_RESUME BIT_ULL(7) macro