Searched refs:DWC3_EP_RESOURCE_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
520 if (dep->flags & DWC3_EP_RESOURCE_ALLOCATED) in dwc3_gadget_set_xfer_resource()532 dep->flags |= DWC3_EP_RESOURCE_ALLOCATED; in dwc3_gadget_set_xfer_resource()567 dwc->eps[i]->flags &= ~DWC3_EP_RESOURCE_ALLOCATED; in dwc3_gadget_start_config()921 if (!(dep->flags & DWC3_EP_RESOURCE_ALLOCATED)) { in __dwc3_gadget_ep_enable()1079 mask = DWC3_EP_TXFIFO_RESIZED | DWC3_EP_RESOURCE_ALLOCATED; in __dwc3_gadget_ep_disable()
774 #define DWC3_EP_RESOURCE_ALLOCATED BIT(14) macro