Searched refs:stream_capable (Results 1 – 4 of 4) sorted by relevance
615 dep->stream_capable = true; in dwc3_gadget_set_ep_config()1075 if (dep->stream_capable) { in __dwc3_gadget_ep_enable()1171 dep->stream_capable = false; in __dwc3_gadget_ep_disable()1460 if (!dep->stream_capable) in dwc3_prepare_one_trb()1472 else if (dep->stream_capable && is_last) in dwc3_prepare_one_trb()1475 if (usb_endpoint_xfer_bulk(dep->endpoint.desc) && dep->stream_capable) in dwc3_prepare_one_trb()1689 if (dep->stream_capable && req->request.is_last) in dwc3_prepare_trbs()1722 if (dep->stream_capable && req->request.is_last) in dwc3_prepare_trbs()1770 if (dep->stream_capable) in __dwc3_gadget_kick_transfer()1799 if (dep->stream_capable && req->request.is_last) in __dwc3_gadget_kick_transfer()[all …]
761 unsigned stream_capable:1; member
417 dep->stream_capable = true; in dwc3_gadget_set_ep_config()569 dep->stream_capable = false; in __dwc3_gadget_ep_disable()781 if (usb_endpoint_xfer_bulk(dep->endpoint.desc) && dep->stream_capable) in dwc3_prepare_one_trb()1060 if (dep->stream_capable) { in __dwc3_gadget_ep_queue()
484 unsigned stream_capable:1; member