Home
last modified time | relevance | path

Searched refs:MTU3_EP_STALL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3.h61 #define MTU3_EP_STALL BIT(1) macro
H A Dmtu3_trace.h245 __entry->flags & MTU3_EP_STALL ? 'S' : 's',
H A Dmtu3_core.c333 mep->flags &= ~MTU3_EP_STALL; in mtu3_ep_stall_set()
335 mep->flags |= MTU3_EP_STALL; in mtu3_ep_stall_set()
H A Dmtu3_gadget_ep0.c249 if (mep->flags & MTU3_EP_STALL) in ep0_get_status()