Lines Matching refs:stream_capable
596 dep->stream_capable = true; in dwc3_gadget_set_ep_config()
916 if (dep->stream_capable) { in __dwc3_gadget_ep_enable()
1013 dep->stream_capable = false; in __dwc3_gadget_ep_disable()
1256 if (!dep->stream_capable) in __dwc3_prepare_one_trb()
1268 else if (dep->stream_capable && is_last) in __dwc3_prepare_one_trb()
1271 if (usb_endpoint_xfer_bulk(dep->endpoint.desc) && dep->stream_capable) in __dwc3_prepare_one_trb()
1516 if (dep->stream_capable && req->request.is_last) in dwc3_prepare_trbs()
1549 if (dep->stream_capable && req->request.is_last) in dwc3_prepare_trbs()
1597 if (dep->stream_capable) in __dwc3_gadget_kick_transfer()
1626 if (dep->stream_capable && req->request.is_last) in __dwc3_gadget_kick_transfer()
3377 if (dep->stream_capable) in dwc3_gadget_endpoint_command_complete()