Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dep0.c227 dep->flags = DWC3_EP_ENABLED; in dwc3_ep0_stall_and_restart()
232 dep->flags = DWC3_EP_ENABLED; in dwc3_ep0_stall_and_restart()
298 if (dep->flags & DWC3_EP_ENABLED) in dwc3_wIndex_to_dep()
Dgadget.c661 if (!(dep->flags & DWC3_EP_ENABLED)) { in __dwc3_gadget_ep_enable()
671 if (!(dep->flags & DWC3_EP_ENABLED)) { in __dwc3_gadget_ep_enable()
676 dep->flags |= DWC3_EP_ENABLED; in __dwc3_gadget_ep_enable()
857 if (dev_WARN_ONCE(dwc->dev, dep->flags & DWC3_EP_ENABLED, in dwc3_gadget_ep_enable()
884 if (dev_WARN_ONCE(dwc->dev, !(dep->flags & DWC3_EP_ENABLED), in dwc3_gadget_ep_disable()
2949 if (!(dep->flags & DWC3_EP_ENABLED)) in dwc3_gadget_endpoint_trbs_complete()
3136 if (!(dep->flags & DWC3_EP_ENABLED)) { in dwc3_endpoint_interrupt()
Dtrace.h320 __entry->flags & DWC3_EP_ENABLED ? 'E' : 'e',
Ddebugfs.c766 if (!(dep->flags & DWC3_EP_ENABLED) || !dep->endpoint.desc) { in dwc3_transfer_type_show()
Dcore.h704 #define DWC3_EP_ENABLED BIT(0) macro
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Ddwc3.rst674 __entry->flags & DWC3_EP_ENABLED ? 'E' : 'e',
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch55268 dep->flags |= DWC3_EP_ENABLED;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch357430 if (dep->flags & DWC3_EP_ENABLED)