Home
last modified time | relevance | path

Searched refs:MTU3_EP_STALL (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/mtu3/
H A Dmtu3.h58 #define MTU3_EP_STALL BIT(1) macro
H A Dmtu3_trace.h247 __entry->flags & MTU3_EP_STALL ? 'S' : 's',
H A Dmtu3_core.c311 mep->flags &= ~MTU3_EP_STALL; in mtu3_ep_stall_set()
313 mep->flags |= MTU3_EP_STALL; in mtu3_ep_stall_set()
H A Dmtu3_gadget_ep0.c247 if (mep->flags & MTU3_EP_STALL) in ep0_get_status()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds