Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci.c2832 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK) && in xhci_configure_endpoint()
2842 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) in xhci_configure_endpoint()
2863 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) in xhci_configure_endpoint()
2883 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) { in xhci_configure_endpoint()
3828 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) { in xhci_discover_or_reset_device()
4024 if ((xhci->quirks & XHCI_EP_LIMIT_QUIRK)) { in xhci_alloc_dev()
Dxhci-pci.c331 xhci->quirks |= XHCI_EP_LIMIT_QUIRK; in xhci_pci_quirks()
Dxhci.h1581 #define XHCI_EP_LIMIT_QUIRK BIT_ULL(5) macro
Dxhci-ring.c1522 if (xhci->quirks & XHCI_EP_LIMIT_QUIRK) in xhci_handle_cmd_disable_slot()