Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.c560 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
1168 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
1176 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2025 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
2028 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
H A Dcore.h447 #define DWC3_EP_STALL (1 << 1) macro
H A Dep0.c367 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()
/openbmc/linux/drivers/usb/dwc3/
H A Dgadget.c1055 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
1992 (dep->flags & DWC3_EP_STALL)) { in __dwc3_gadget_ep_queue()
2206 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
2214 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2241 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
3777 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
4019 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
4022 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
H A Dtrace.h320 __entry->flags & DWC3_EP_STALL ? 'S' : 's',
H A Dep0.c385 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()
H A Dcore.h742 #define DWC3_EP_STALL BIT(1) macro
/openbmc/linux/Documentation/driver-api/usb/
H A Ddwc3.rst675 __entry->flags & DWC3_EP_STALL ? 'S' : 's',