Lines Matching refs:m66592_ep
38 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()
516 static void start_packet_write(struct m66592_ep *ep, struct m66592_request *req) in start_packet_write()
532 static void start_packet_read(struct m66592_ep *ep, struct m66592_request *req) in start_packet_read()
559 static void start_packet(struct m66592_ep *ep, struct m66592_request *req) in start_packet()
567 static void start_ep0(struct m66592_ep *ep, struct m66592_request *req) in start_ep0()
708 static void transfer_complete(struct m66592_ep *ep, in transfer_complete()
742 static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req) in irq_ep0_write()
795 static void irq_packet_write(struct m66592_ep *ep, struct m66592_request *req) in irq_packet_write()
842 static void irq_packet_read(struct m66592_ep *ep, struct m66592_request *req) in irq_packet_read()
901 struct m66592_ep *ep; in irq_pipe_ready()
934 struct m66592_ep *ep; in irq_pipe_empty()
969 struct m66592_ep *ep; in get_status()
1013 struct m66592_ep *ep; in clear_feature()
1071 struct m66592_ep *ep; in set_feature()
1169 struct m66592_ep *ep; in irq_control_stage()
1309 struct m66592_ep *ep; in m66592_enable()
1311 ep = container_of(_ep, struct m66592_ep, ep); in m66592_enable()
1317 struct m66592_ep *ep; in m66592_disable()
1321 ep = container_of(_ep, struct m66592_ep, ep); in m66592_disable()
1360 struct m66592_ep *ep; in m66592_queue()
1365 ep = container_of(_ep, struct m66592_ep, ep); in m66592_queue()
1394 struct m66592_ep *ep; in m66592_dequeue()
1398 ep = container_of(_ep, struct m66592_ep, ep); in m66592_dequeue()
1411 struct m66592_ep *ep; in m66592_set_halt()
1416 ep = container_of(_ep, struct m66592_ep, ep); in m66592_set_halt()
1439 struct m66592_ep *ep; in m66592_fifo_flush()
1442 ep = container_of(_ep, struct m66592_ep, ep); in m66592_fifo_flush()
1635 struct m66592_ep *ep = &m66592->ep[i]; in m66592_probe()