Home
last modified time | relevance | path

Searched refs:XHCI_RENESAS_FW_QUIRK (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-pci.c358 if (driver_data && driver_data->quirks & XHCI_RENESAS_FW_QUIRK) { in xhci_pci_probe()
430 if (xhci->quirks & XHCI_RENESAS_FW_QUIRK) in xhci_pci_remove()
599 .quirks = XHCI_RENESAS_FW_QUIRK,
Dxhci.h1878 #define XHCI_RENESAS_FW_QUIRK BIT_ULL(36) macro