Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dgadget.c1017 if (dep->flags & DWC3_EP_STALL) in __dwc3_gadget_ep_disable()
1951 (dep->flags & DWC3_EP_STALL)) { in __dwc3_gadget_ep_queue()
2165 dep->flags |= DWC3_EP_STALL; in __dwc3_gadget_ep_set_halt()
2173 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
2200 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in __dwc3_gadget_ep_set_halt()
3702 dep->flags &= ~(DWC3_EP_STALL | DWC3_EP_WEDGE); in dwc3_gadget_endpoint_command_complete()
3944 if (!(dep->flags & DWC3_EP_STALL)) in dwc3_clear_stall_all_ep()
3947 dep->flags &= ~DWC3_EP_STALL; in dwc3_clear_stall_all_ep()
Dtrace.h320 __entry->flags & DWC3_EP_STALL ? 'S' : 's',
Dep0.c385 if (dep->flags & DWC3_EP_STALL) in dwc3_ep0_handle_status()
Dcore.h757 #define DWC3_EP_STALL BIT(1) macro
/linux-6.12.1/Documentation/driver-api/usb/
Ddwc3.rst675 __entry->flags & DWC3_EP_STALL ? 'S' : 's',