Lines Matching refs:stream_capable
609 dep->stream_capable = true; in dwc3_gadget_set_ep_config()
930 if (dep->stream_capable) { in __dwc3_gadget_ep_enable()
1026 dep->stream_capable = false; in __dwc3_gadget_ep_disable()
1315 if (!dep->stream_capable) in dwc3_prepare_one_trb()
1323 if (dep->stream_capable && DWC3_MST_CAPABLE(&dwc->hwparams)) in dwc3_prepare_one_trb()
1331 else if (dep->stream_capable && is_last && in dwc3_prepare_one_trb()
1335 if (usb_endpoint_xfer_bulk(dep->endpoint.desc) && dep->stream_capable) in dwc3_prepare_one_trb()
1559 if (dep->stream_capable && req->request.is_last && in dwc3_prepare_trbs()
1593 if (dep->stream_capable && req->request.is_last && in dwc3_prepare_trbs()
1642 if (dep->stream_capable) in __dwc3_gadget_kick_transfer()
1671 if (dep->stream_capable && req->request.is_last && in __dwc3_gadget_kick_transfer()
3682 if (dep->stream_capable) in dwc3_gadget_endpoint_command_complete()