Lines Matching refs:mtu3_ep
28 struct mtu3_ep;
273 struct mtu3_ep { struct
298 struct mtu3_ep *mep; argument
332 struct mtu3_ep *ep_array;
333 struct mtu3_ep *in_eps;
334 struct mtu3_ep *out_eps;
335 struct mtu3_ep *ep0;
376 static inline struct mtu3_ep *to_mtu3_ep(struct usb_ep *ep) in to_mtu3_ep()
378 return ep ? container_of(ep, struct mtu3_ep, ep) : NULL; in to_mtu3_ep()
381 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request()
416 void mtu3_req_complete(struct mtu3_ep *mep,
419 int mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep,
421 void mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep);
422 void mtu3_ep_stall_set(struct mtu3_ep *mep, bool set);