Lines Matching refs:nbu2ss_ep

44 static void _nbu2ss_ep_dma_abort(struct nbu2ss_udc *, struct nbu2ss_ep *);
47 static void _nbu2ss_ep_done(struct nbu2ss_ep *, struct nbu2ss_req *, int);
52 static void _nbu2ss_fifo_flush(struct nbu2ss_udc *, struct nbu2ss_ep *);
210 static int _nbu2ss_ep_init(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_init()
285 static int _nbu2ss_epn_exit(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_epn_exit()
333 static void _nbu2ss_ep_dma_init(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_init()
373 static void _nbu2ss_ep_dma_exit(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_exit()
406 static void _nbu2ss_ep_dma_abort(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_abort()
457 struct nbu2ss_ep *ep, in _nbu2ss_dma_map_single()
487 struct nbu2ss_ep *ep, in _nbu2ss_dma_unmap_single()
848 static int _nbu2ss_epn_out_pio(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep, in _nbu2ss_epn_out_pio()
903 static int _nbu2ss_epn_out_data(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep, in _nbu2ss_epn_out_data()
930 struct nbu2ss_ep *ep, in _nbu2ss_epn_out_transfer()
983 static int _nbu2ss_in_dma(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep, in _nbu2ss_in_dma()
1051 static int _nbu2ss_epn_in_pio(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep, in _nbu2ss_epn_in_pio()
1098 static int _nbu2ss_epn_in_data(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep, in _nbu2ss_epn_in_data()
1122 struct nbu2ss_ep *ep, struct nbu2ss_req *req) in _nbu2ss_epn_in_transfer()
1160 struct nbu2ss_ep *ep, in _nbu2ss_start_transfer()
1213 static void _nbu2ss_restert_transfer(struct nbu2ss_ep *ep) in _nbu2ss_restert_transfer()
1261 struct nbu2ss_ep *ep; in _nbu2ss_set_endpoint_stall()
1448 struct nbu2ss_ep *ep) in _nbu2ss_epn_set_stall()
1673 struct nbu2ss_ep *ep = &udc->ep[0]; in _nbu2ss_ep0_in_data_stage()
1696 struct nbu2ss_ep *ep = &udc->ep[0]; in _nbu2ss_ep0_out_data_stage()
1719 struct nbu2ss_ep *ep = &udc->ep[0]; in _nbu2ss_ep0_status_stage()
1819 static void _nbu2ss_ep_done(struct nbu2ss_ep *ep, in _nbu2ss_ep_done()
1853 struct nbu2ss_ep *ep, in _nbu2ss_epn_in_int()
1896 struct nbu2ss_ep *ep, in _nbu2ss_epn_out_int()
1908 struct nbu2ss_ep *ep, in _nbu2ss_epn_in_dma_int()
1944 struct nbu2ss_ep *ep, in _nbu2ss_epn_out_dma_int()
2007 struct nbu2ss_ep *ep = &udc->ep[epnum]; in _nbu2ss_epn_int()
2058 struct nbu2ss_ep *ep, in _nbu2ss_nuke()
2083 struct nbu2ss_ep *ep; in _nbu2ss_quiesce()
2125 static void _nbu2ss_fifo_flush(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_fifo_flush()
2416 struct nbu2ss_ep *ep; in nbu2ss_ep_enable()
2424 ep = container_of(_ep, struct nbu2ss_ep, ep); in nbu2ss_ep_enable()
2472 struct nbu2ss_ep *ep; in nbu2ss_ep_disable()
2481 ep = container_of(_ep, struct nbu2ss_ep, ep); in nbu2ss_ep_disable()
2534 struct nbu2ss_ep *ep; in nbu2ss_ep_queue()
2567 ep = container_of(_ep, struct nbu2ss_ep, ep); in nbu2ss_ep_queue()
2643 struct nbu2ss_ep *ep; in nbu2ss_ep_dequeue()
2653 ep = container_of(_ep, struct nbu2ss_ep, ep); in nbu2ss_ep_dequeue()
2683 struct nbu2ss_ep *ep; in nbu2ss_ep_set_halt()
2691 ep = container_of(_ep, struct nbu2ss_ep, ep); in nbu2ss_ep_set_halt()
2729 struct nbu2ss_ep *ep; in nbu2ss_ep_fifo_status()
2739 ep = container_of(_ep, struct nbu2ss_ep, ep); in nbu2ss_ep_fifo_status()
2772 struct nbu2ss_ep *ep; in nbu2ss_ep_fifo_flush()
2781 ep = container_of(_ep, struct nbu2ss_ep, ep); in nbu2ss_ep_fifo_flush()
3016 struct nbu2ss_ep *ep = &udc->ep[i]; in nbu2ss_drv_ep_init()
3143 struct nbu2ss_ep *ep; in nbu2ss_drv_remove()