Lines Matching refs:r8a66597_ep
38 static void irq_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req);
39 static void irq_packet_write(struct r8a66597_ep *ep,
44 static void transfer_complete(struct r8a66597_ep *ep,
301 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in pipe_change()
394 static void pipe_initialize(struct r8a66597_ep *ep) in pipe_initialize()
413 struct r8a66597_ep *ep, in r8a66597_ep_setting()
438 static void r8a66597_ep_release(struct r8a66597_ep *ep) in r8a66597_ep_release()
453 static int alloc_pipe_config(struct r8a66597_ep *ep, in alloc_pipe_config()
537 static int free_pipe_config(struct r8a66597_ep *ep) in free_pipe_config()
571 static void start_ep0_write(struct r8a66597_ep *ep, in start_ep0_write()
602 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in change_bfre_mode()
633 struct r8a66597_ep *ep, in sudmac_alloc_channel()
670 struct r8a66597_ep *ep, in sudmac_free_channel()
688 static void sudmac_start(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, in sudmac_start()
701 static void start_packet_write(struct r8a66597_ep *ep, in start_packet_write()
736 static void start_packet_read(struct r8a66597_ep *ep, in start_packet_read()
771 static void start_packet(struct r8a66597_ep *ep, struct r8a66597_request *req) in start_packet()
779 static void start_ep0(struct r8a66597_ep *ep, struct r8a66597_request *req) in start_ep0()
895 static struct r8a66597_request *get_request_from_ep(struct r8a66597_ep *ep) in get_request_from_ep()
901 static void transfer_complete(struct r8a66597_ep *ep, in transfer_complete()
938 static void irq_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req) in irq_ep0_write()
992 static void irq_packet_write(struct r8a66597_ep *ep, in irq_packet_write()
1041 static void irq_packet_read(struct r8a66597_ep *ep, in irq_packet_read()
1102 struct r8a66597_ep *ep; in irq_pipe_ready()
1133 struct r8a66597_ep *ep; in irq_pipe_empty()
1166 struct r8a66597_ep *ep; in get_status()
1211 struct r8a66597_ep *ep; in clear_feature()
1272 struct r8a66597_ep *ep; in set_feature()
1373 struct r8a66597_ep *ep; in irq_control_stage()
1403 static void sudmac_finish(struct r8a66597 *r8a66597, struct r8a66597_ep *ep) in sudmac_finish()
1450 struct r8a66597_ep *ep; in r8a66597_sudmac_irq()
1559 struct r8a66597_ep *ep; in r8a66597_enable()
1561 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_enable()
1567 struct r8a66597_ep *ep; in r8a66597_disable()
1571 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_disable()
1610 struct r8a66597_ep *ep; in r8a66597_queue()
1615 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_queue()
1644 struct r8a66597_ep *ep; in r8a66597_dequeue()
1648 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_dequeue()
1661 struct r8a66597_ep *ep; in r8a66597_set_halt()
1666 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_set_halt()
1690 struct r8a66597_ep *ep; in r8a66597_set_wedge()
1693 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_set_wedge()
1707 struct r8a66597_ep *ep; in r8a66597_fifo_flush()
1710 ep = container_of(_ep, struct r8a66597_ep, ep); in r8a66597_fifo_flush()
1926 struct r8a66597_ep *ep = &r8a66597->ep[i]; in r8a66597_probe()