Lines Matching refs:mtu3_ep
26 struct mtu3_ep;
276 struct mtu3_ep {
301 struct mtu3_ep *mep;
335 struct mtu3_ep *ep_array;
336 struct mtu3_ep *in_eps;
337 struct mtu3_ep *out_eps;
338 struct mtu3_ep *ep0;
378 static inline struct mtu3_ep *to_mtu3_ep(struct usb_ep *ep)
380 return ep ? container_of(ep, struct mtu3_ep, ep) : NULL;
383 static inline struct mtu3_request *next_request(struct mtu3_ep *mep)
418 void mtu3_req_complete(struct mtu3_ep *mep,
421 int mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep,
423 void mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep);
424 void mtu3_ep_stall_set(struct mtu3_ep *mep, bool set);