Home
last modified time | relevance | path

Searched refs:DWC3_EP_RESOURCE_ALLOCATED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Dep0.c229 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()
H A Dgadget.c521 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()
H A Dcore.h754 #define DWC3_EP_RESOURCE_ALLOCATED BIT(14) macro