EP_WEDGE
else if (!(priv_ep->flags & EP_WEDGE))
priv_ep->flags |= EP_WEDGE;
priv_ep->flags &= ~EP_WEDGE;
__entry->flags & EP_WEDGE ? "WEDGE | " : "",
if (!set && (pep->ep_state & EP_WEDGE)) {
pep->ep_state |= EP_WEDGE;
if (pep->idx != 0 && !(pep->ep_state & EP_WEDGE))
pep->ep_state &= ~EP_WEDGE;
if (set || !(pep->ep_state & EP_WEDGE))
pep->ep_state &= ~EP_WEDGE;
pep->ep_state |= EP_WEDGE;
__entry->flags & EP_WEDGE ? "WEDGE | " : "",