Lines Matching refs:r8a66597_ep

35 static void irq_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req);
36 static void irq_packet_write(struct r8a66597_ep *ep,
41 static void transfer_complete(struct r8a66597_ep *ep,
298 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in pipe_change()
391 static void pipe_initialize(struct r8a66597_ep *ep) in pipe_initialize()
410 struct r8a66597_ep *ep, in r8a66597_ep_setting()
435 static void r8a66597_ep_release(struct r8a66597_ep *ep) in r8a66597_ep_release()
450 static int alloc_pipe_config(struct r8a66597_ep *ep, in alloc_pipe_config()
534 static int free_pipe_config(struct r8a66597_ep *ep) in free_pipe_config()
568 static void start_ep0_write(struct r8a66597_ep *ep, in start_ep0_write()
599 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in change_bfre_mode()
630 struct r8a66597_ep *ep, in sudmac_alloc_channel()
667 struct r8a66597_ep *ep, in sudmac_free_channel()
685 static void sudmac_start(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, in sudmac_start()
698 static void start_packet_write(struct r8a66597_ep *ep, in start_packet_write()
733 static void start_packet_read(struct r8a66597_ep *ep, in start_packet_read()
768 static void start_packet(struct r8a66597_ep *ep, struct r8a66597_request *req) in start_packet()
776 static void start_ep0(struct r8a66597_ep *ep, struct r8a66597_request *req) in start_ep0()
892 static struct r8a66597_request *get_request_from_ep(struct r8a66597_ep *ep) in get_request_from_ep()
898 static void transfer_complete(struct r8a66597_ep *ep, in transfer_complete()
935 static void irq_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req) in irq_ep0_write()
989 static void irq_packet_write(struct r8a66597_ep *ep, in irq_packet_write()
1038 static void irq_packet_read(struct r8a66597_ep *ep, in irq_packet_read()
1099 struct r8a66597_ep *ep; in irq_pipe_ready()
1130 struct r8a66597_ep *ep; in irq_pipe_empty()
1163 struct r8a66597_ep *ep; in get_status()
1208 struct r8a66597_ep *ep; in clear_feature()
1269 struct r8a66597_ep *ep; in set_feature()
1370 struct r8a66597_ep *ep; in irq_control_stage()
1400 static void sudmac_finish(struct r8a66597 *r8a66597, struct r8a66597_ep *ep) in sudmac_finish()
1447 struct r8a66597_ep *ep; in r8a66597_sudmac_irq()
1552 struct r8a66597_ep *ep; in r8a66597_enable()
1554 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_enable()
1560 struct r8a66597_ep *ep; in r8a66597_disable()
1564 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_disable()
1603 struct r8a66597_ep *ep; in r8a66597_queue()
1608 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_queue()
1637 struct r8a66597_ep *ep; in r8a66597_dequeue()
1641 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_dequeue()
1654 struct r8a66597_ep *ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_set_halt()
1675 struct r8a66597_ep *ep; in r8a66597_set_wedge()
1678 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_set_wedge()
1692 struct r8a66597_ep *ep; in r8a66597_fifo_flush()
1695 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_fifo_flush()
1908 struct r8a66597_ep *ep = &r8a66597->ep[i]; in r8a66597_probe()