Home
last modified time | relevance | path

Searched refs:XHCI_MTK_HOST (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk.c392 xhci->quirks |= XHCI_MTK_HOST; in xhci_mtk_quirks()
H A Dxhci-ring.c3351 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3360 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3662 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
H A Dxhci.h1876 #define XHCI_MTK_HOST BIT_ULL(21) macro
H A Dxhci.c1842 if (xhci->quirks & XHCI_MTK_HOST) in xhci_drop_endpoint()
1941 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_add_endpoint()
H A Dxhci-mem.c1644 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_endpoint_copy()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk.c456 xhci->quirks |= XHCI_MTK_HOST; in xhci_mtk_quirks()
H A Dxhci-ring.c3501 if (xhci->hci_version < 0x100 && !(xhci->quirks & XHCI_MTK_HOST)) in xhci_td_remainder()
3510 if ((xhci->quirks & XHCI_MTK_HOST) && (xhci->hci_version < 0x100)) in xhci_td_remainder()
3812 if ((xhci->hci_version >= 0x100) || (xhci->quirks & XHCI_MTK_HOST)) { in xhci_queue_ctrl_tx()
H A Dxhci.h1883 #define XHCI_MTK_HOST BIT_ULL(21) macro
H A Dxhci-mem.c1595 if (xhci->quirks & XHCI_MTK_HOST) { in xhci_endpoint_copy()

Completed in 34 milliseconds