Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Dm66592-udc.c35 static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req);
36 static void irq_packet_write(struct m66592_ep *ep, struct m66592_request *req);
40 static void transfer_complete(struct m66592_ep *ep,
208 struct m66592_ep *ep = m66592->pipenum2ep[pipenum]; in pipe_change()
300 static void pipe_initialize(struct m66592_ep *ep) in pipe_initialize()
324 static void m66592_ep_setting(struct m66592 *m66592, struct m66592_ep *ep, in m66592_ep_setting()
366 static void m66592_ep_release(struct m66592_ep *ep) in m66592_ep_release()
381 static int alloc_pipe_config(struct m66592_ep *ep, in alloc_pipe_config()
460 static int free_pipe_config(struct m66592_ep *ep) in free_pipe_config()
494 static void start_ep0_write(struct m66592_ep *ep, struct m66592_request *req) in start_ep0_write()
[all …]
Dm66592-udc.h441 struct m66592_ep { struct
472 struct m66592_ep ep[M66592_MAX_NUM_PIPE]; argument
473 struct m66592_ep *pipenum2ep[M66592_MAX_NUM_PIPE];
474 struct m66592_ep *epaddr2ep[16];
563 struct m66592_ep *ep, in m66592_write_fifo()