Lines Matching refs:be
5 device driver to overload a bulk endpoint so that multiple transfers can be
10 Protocol, which uses streams to queue multiple SCSI commands, can be found on
34 pass an array of usb_host_endpoints that need to be setup with similar stream
35 IDs. This is to ensure that a UASP driver will be able to use the same stream
43 drivers should be able to deal with being allocated less stream IDs than they
50 Drivers will only be allowed to call this API once for the same endpoint
58 Stream ID 0 is reserved, and should not be used to communicate with devices. If
61 endpoint does not support streams, an error will be returned.
63 Note that new API to choose the next stream ID will have to be added if the xHCI
77 All stream IDs will be deallocated when the driver releases the interface, to
78 ensure that drivers that don't support streams will be able to use the endpoint.