Searched refs:MTU3_EP_ENABLED (Results 1 – 4 of 4) sorted by relevance
102 if (mep->flags & MTU3_EP_ENABLED) { in mtu3_ep_used_show()108 if (mep->flags & MTU3_EP_ENABLED) { in mtu3_ep_used_show()231 if (!gpd || !(mep->flags & MTU3_EP_ENABLED)) { in mtu3_qmu_gpd_show()
181 if (mep->flags & MTU3_EP_ENABLED) { in mtu3_gadget_ep_enable()195 mep->flags = MTU3_EP_ENABLED; in mtu3_gadget_ep_enable()216 if (!(mep->flags & MTU3_EP_ENABLED)) { in mtu3_gadget_ep_disable()
57 #define MTU3_EP_ENABLED BIT(0) macro
246 __entry->flags & MTU3_EP_ENABLED ? 'E' : 'e',