Searched refs:DWC3_EP_RESOURCE_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
229 dep->flags &= DWC3_EP_RESOURCE_ALLOCATED; in dwc3_ep0_stall_and_restart()235 dep->flags &= DWC3_EP_RESOURCE_ALLOCATED | DWC3_EP_TRANSFER_STARTED; in dwc3_ep0_stall_and_restart()
521 if (dep->flags & DWC3_EP_RESOURCE_ALLOCATED) in dwc3_gadget_set_xfer_resource()533 dep->flags |= DWC3_EP_RESOURCE_ALLOCATED; in dwc3_gadget_set_xfer_resource()568 dwc->eps[i]->flags &= ~DWC3_EP_RESOURCE_ALLOCATED; in dwc3_gadget_start_config()869 if (!(dep->flags & DWC3_EP_RESOURCE_ALLOCATED)) { in __dwc3_gadget_ep_enable()1028 mask = DWC3_EP_TXFIFO_RESIZED | DWC3_EP_RESOURCE_ALLOCATED; in __dwc3_gadget_ep_disable()
754 #define DWC3_EP_RESOURCE_ALLOCATED BIT(14) macro