Home
last modified time | relevance | path

Searched refs:XHCI_MTK_HOST (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mtk.c392 xhci->quirks |= XHCI_MTK_HOST; in xhci_mtk_quirks()
Dxhci-ring.c3295 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3304 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3603 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
Dxhci.h1866 #define XHCI_MTK_HOST BIT_ULL(21) macro
Dxhci.c1808 if (xhci->quirks & XHCI_MTK_HOST) in xhci_drop_endpoint()
1907 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_add_endpoint()
Dxhci-mem.c1631 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_endpoint_copy()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch6058 + (xhci->quirks & XHCI_MTK_HOST))