Home
last modified time | relevance | path

Searched refs:m66592_ep (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/gadget/udc/
Dm66592-udc.c38 static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req);
39 static void irq_packet_write(struct m66592_ep *ep, struct m66592_request *req);
43 static void transfer_complete(struct m66592_ep *ep,
211 struct m66592_ep *ep = m66592->pipenum2ep[pipenum]; in pipe_change()
303 static void pipe_initialize(struct m66592_ep *ep) in pipe_initialize()
327 static void m66592_ep_setting(struct m66592 *m66592, struct m66592_ep *ep, in m66592_ep_setting()
369 static void m66592_ep_release(struct m66592_ep *ep) in m66592_ep_release()
384 static int alloc_pipe_config(struct m66592_ep *ep, in alloc_pipe_config()
463 static int free_pipe_config(struct m66592_ep *ep) in free_pipe_config()
497 static void start_ep0_write(struct m66592_ep *ep, struct m66592_request *req) in start_ep0_write()
[all …]
Dm66592-udc.h444 struct m66592_ep { struct
475 struct m66592_ep ep[M66592_MAX_NUM_PIPE]; argument
476 struct m66592_ep *pipenum2ep[M66592_MAX_NUM_PIPE];
477 struct m66592_ep *epaddr2ep[16];
566 struct m66592_ep *ep, in m66592_write_fifo()