Home
last modified time | relevance | path

Searched refs:XHCI_INTEL_HOST (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-pci.c347 xhci->quirks |= XHCI_INTEL_HOST; in xhci_pci_quirks()
H A Dxhci.c219 if (xhci->quirks & XHCI_INTEL_HOST) in xhci_reset()
4894 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u1_timeout()
4958 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u2_timeout()
5042 if (xhci->quirks & XHCI_INTEL_HOST && tier > 3) in xhci_check_tier_policy()
H A Dxhci.h1606 #define XHCI_INTEL_HOST BIT_ULL(12) macro
H A Dxhci-mem.c1351 (!lec || xhci->quirks & XHCI_INTEL_HOST)) in xhci_get_endpoint_mult()