Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Duas-detect.h136 if (udev->speed >= USB_SPEED_SUPER && !hcd->can_do_streams) { in uas_use_uas_driver()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-histb.c290 xhci->shared_hcd->can_do_streams = 1; in xhci_histb_probe()
H A Dxhci-plat.c410 xhci->shared_hcd->can_do_streams = 1; in xhci_plat_probe()
H A Dxhci-mtk.c564 xhci->shared_hcd->can_do_streams = 1; in xhci_mtk_probe()
H A Dxhci-pci.c446 xhci->shared_hcd->can_do_streams = 1; in xhci_pci_probe()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h174 unsigned can_do_streams:1; /* HC supports streams */ member