Home
last modified time | relevance | path

Searched refs:can_do_streams (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/drivers/usb/storage/
Duas-detect.h149 if (udev->speed >= USB_SPEED_SUPER && !hcd->can_do_streams) { in uas_use_uas_driver()
/linux-6.14.4/drivers/usb/host/
Dxhci-histb.c280 xhci->shared_hcd->can_do_streams = 1; in xhci_histb_probe()
Dxhci-plat.c330 usb3_hcd->can_do_streams = 1; in xhci_plat_probe()
Dxhci-mtk.c655 usb3_hcd->can_do_streams = 1; in xhci_mtk_probe()
Dxhci-pci.c633 xhci->shared_hcd->can_do_streams = 1; in xhci_pci_common_probe()
Dxhci-tegra.c1833 xhci->shared_hcd->can_do_streams = 1; in tegra_xusb_probe()
/linux-6.14.4/include/linux/usb/
Dhcd.h159 unsigned can_do_streams:1; /* HC supports streams */ member