Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dgadget.c1068 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
2003 (dep->flags & DWC3_EP_STALL)) { in __dwc3_gadget_ep_queue()
2217 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
2225 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2252 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
3810 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
4013 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
4016 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
H A Dcore.h761 #define DWC3_EP_STALL BIT(1) macro
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst675 __entry->flags & DWC3_EP_STALL ? 'S' : 's',