Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-pci.c182 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
269 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
280 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
284 xhci->quirks |= XHCI_RESET_ON_RESUME; in xhci_pci_quirks()
337 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.c1129 if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->broken_suspend) in xhci_resume()
3930 if (xhci->quirks & XHCI_RESET_ON_RESUME) in xhci_free_dev()
4099 if (xhci->quirks & XHCI_RESET_ON_RESUME) in xhci_alloc_dev()
Dxhci.h1859 #define XHCI_RESET_ON_RESUME BIT_ULL(7) macro