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()
518 if (dep->flags & DWC3_EP_RESOURCE_ALLOCATED) in dwc3_gadget_set_xfer_resource()530 dep->flags |= DWC3_EP_RESOURCE_ALLOCATED; in dwc3_gadget_set_xfer_resource()570 dep->flags &= ~DWC3_EP_RESOURCE_ALLOCATED; in dwc3_gadget_start_config()1083 mask = DWC3_EP_TXFIFO_RESIZED | DWC3_EP_RESOURCE_ALLOCATED; in __dwc3_gadget_ep_disable()
774 #define DWC3_EP_RESOURCE_ALLOCATED BIT(14) macro
Completed in 21 milliseconds