Home
last modified time | relevance | path

Searched refs:DWC3_EP_STALL (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/dwc3/
A Dgadget.c1072 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
2007 (dep->flags & DWC3_EP_STALL)) { in __dwc3_gadget_ep_queue()
2221 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
2229 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2256 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
3829 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
4036 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
4039 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
A Dtrace.h320 __entry->flags & DWC3_EP_STALL ? 'S' : 's',
A Dcore.h761 #define DWC3_EP_STALL BIT(1) macro
A Dep0.c385 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()

Completed in 20 milliseconds