Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-pci.c523 xhci->quirks |= XHCI_ZHAOXIN_HOST; in xhci_pci_quirks()
Dxhci-mem.c1985 if (xhci->quirks & XHCI_ZHAOXIN_HOST) { in xhci_add_in_port()
2035 if (xhci->quirks & XHCI_ZHAOXIN_HOST && in xhci_add_in_port()
Dxhci.c4602 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u1_timeout()
4666 if (xhci->quirks & (XHCI_INTEL_HOST | XHCI_ZHAOXIN_HOST)) in xhci_calculate_u2_timeout()
4752 if (xhci->quirks & XHCI_ZHAOXIN_HOST && tier > 2) in xhci_check_tier_policy()
Dxhci.h1908 #define XHCI_ZHAOXIN_HOST BIT_ULL(46) macro