Searched defs:mep (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/usb/mtu3/
H A Dmtu3_gadget.c37 static void nuke(struct mtu3_ep *mep, const int status) argument
57 mtu3_ep_enable(struct mtu3_ep *mep) argument
123 mtu3_ep_disable(struct mtu3_ep *mep) argument
146 struct mtu3_ep *mep; local
198 struct mtu3_ep *mep = to_mtu3_ep(ep); local
223 struct mtu3_ep *mep = to_mtu3_ep(ep); local
247 struct mtu3_ep *mep = to_mtu3_ep(ep); local
306 struct mtu3_ep *mep = to_mtu3_ep(ep); local
346 struct mtu3_ep *mep = to_mtu3_ep(ep); local
391 struct mtu3_ep *mep = to_mtu3_ep(ep); local
575 init_hw_ep(struct mtu3 *mtu, struct mtu3_ep *mep, u32 epnum, u32 is_in) argument
[all...]
H A Dmtu3_qmu.c90 static void reset_gpd_list(struct mtu3_ep *mep) argument
102 int mtu3_gpd_ring_alloc(struct mtu3_ep *mep) argument
120 void mtu3_gpd_ring_free(struct mtu3_ep *mep) argument
128 void mtu3_qmu_resume(struct mtu3_ep *mep) argument
177 mtu3_prepare_transfer(struct mtu3_ep *mep) argument
182 mtu3_prepare_tx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) argument
219 mtu3_prepare_rx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) argument
251 mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) argument
259 mtu3_qmu_start(struct mtu3_ep *mep) argument
303 mtu3_qmu_stop(struct mtu3_ep *mep) argument
330 mtu3_qmu_flush(struct mtu3_ep *mep) argument
349 struct mtu3_ep *mep = mtu->in_eps + epnum; local
388 struct mtu3_ep *mep = mtu->out_eps + epnum; local
[all...]
H A Dmtu3_gadget_ep0.c103 static void ep0_write_fifo(struct mtu3_ep *mep, const u8 *src, u16 len) argument
123 static void ep0_read_fifo(struct mtu3_ep *mep, u8 *dst, u16 len) argument
230 struct mtu3_ep *mep local
404 struct mtu3_ep *mep; local
812 ep0_queue(struct mtu3_ep *mep, struct mtu3_request *mreq) argument
856 struct mtu3_ep *mep; local
883 struct mtu3_ep *mep; local
[all...]
H A Dmtu3_core.c17 static int ep_fifo_alloc(struct mtu3_ep *mep, u32 seg_size) argument
39 ep_fifo_free(struct mtu3_ep *mep) argument
220 mtu3_ep_reset(struct mtu3_ep *mep) argument
230 mtu3_ep_stall_set(struct mtu3_ep *mep, bool set) argument
303 mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep, int interval, int burst, int mult) argument
405 mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep) argument
527 struct mtu3_ep *mep = mtu->in_eps + i; local
[all...]
H A Dmtu3.h276 struct mtu3_ep *mep; member in struct:mtu3_request
364 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) argument

Completed in 64 milliseconds