Searched defs:mep (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_qmu.c | 90 static void reset_gpd_list(struct mtu3_ep *mep) in reset_gpd_list() 102 int mtu3_gpd_ring_alloc(struct mtu3_ep *mep) in mtu3_gpd_ring_alloc() 119 void mtu3_gpd_ring_free(struct mtu3_ep *mep) in mtu3_gpd_ring_free() 127 void mtu3_qmu_resume(struct mtu3_ep *mep) in mtu3_qmu_resume() 176 int mtu3_prepare_transfer(struct mtu3_ep *mep) in mtu3_prepare_transfer() 250 void mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_insert_gpd() 258 int mtu3_qmu_start(struct mtu3_ep *mep) in mtu3_qmu_start() 302 void mtu3_qmu_stop(struct mtu3_ep *mep) in mtu3_qmu_stop() 329 void mtu3_qmu_flush(struct mtu3_ep *mep) in mtu3_qmu_flush() 348 struct mtu3_ep *mep = mtu->in_eps + epnum; in qmu_done_tx() local [all …]
|
A D | mtu3_gadget.c | 12 void mtu3_req_complete(struct mtu3_ep *mep, in mtu3_req_complete() 37 static void nuke(struct mtu3_ep *mep, const int status) in nuke() 57 static int mtu3_ep_enable(struct mtu3_ep *mep) in mtu3_ep_enable() 123 static int mtu3_ep_disable(struct mtu3_ep *mep) in mtu3_ep_disable() 146 struct mtu3_ep *mep; in mtu3_gadget_ep_enable() local 198 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_ep_disable() local 223 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_alloc_request() local 247 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_queue() local 306 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_dequeue() local 346 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_ep_set_halt() local [all …]
|
A D | mtu3_core.c | 17 static int ep_fifo_alloc(struct mtu3_ep *mep, u32 seg_size) in ep_fifo_alloc() 39 static void ep_fifo_free(struct mtu3_ep *mep) in ep_fifo_free() 220 static void mtu3_ep_reset(struct mtu3_ep *mep) in mtu3_ep_reset() 230 void mtu3_ep_stall_set(struct mtu3_ep *mep, bool set) in mtu3_ep_stall_set() 303 int mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep, in mtu3_config_ep() 405 void mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep) in mtu3_deconfig_ep() 527 struct mtu3_ep *mep = mtu->in_eps + i; in mtu3_mem_alloc() local
|
A D | mtu3_gadget_ep0.c | 103 static void ep0_write_fifo(struct mtu3_ep *mep, const u8 *src, u16 len) in ep0_write_fifo() 123 static void ep0_read_fifo(struct mtu3_ep *mep, u8 *dst, u16 len) in ep0_read_fifo() 230 struct mtu3_ep *mep = NULL; in ep0_get_status() local 404 struct mtu3_ep *mep; in ep0_handle_feature() local 812 static int ep0_queue(struct mtu3_ep *mep, struct mtu3_request *mreq) in ep0_queue() 856 struct mtu3_ep *mep; in mtu3_ep0_queue() local 883 struct mtu3_ep *mep; in mtu3_ep0_halt() local
|
A D | mtu3.h | 276 struct mtu3_ep *mep; member 364 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request()
|
Completed in 27 milliseconds