Lines Matching refs:net2272_ep
120 static void assert_out_naking(struct net2272_ep *ep, const char *where) in assert_out_naking()
137 static void stop_out_naking(struct net2272_ep *ep) in stop_out_naking()
180 static void net2272_dequeue_all(struct net2272_ep *);
181 static int net2272_kick_dma(struct net2272_ep *, struct net2272_request *);
192 struct net2272_ep *ep; in net2272_enable()
197 ep = container_of(_ep, struct net2272_ep, ep); in net2272_enable()
262 static void net2272_ep_reset(struct net2272_ep *ep) in net2272_ep_reset()
310 struct net2272_ep *ep; in net2272_disable()
313 ep = container_of(_ep, struct net2272_ep, ep); in net2272_disable()
332 struct net2272_ep *ep; in net2272_alloc_request()
337 ep = container_of(_ep, struct net2272_ep, ep); in net2272_alloc_request()
351 struct net2272_ep *ep; in net2272_free_request()
354 ep = container_of(_ep, struct net2272_ep, ep); in net2272_free_request()
364 net2272_done(struct net2272_ep *ep, struct net2272_request *req, int status) in net2272_done()
403 net2272_write_packet(struct net2272_ep *ep, u8 *buf, in net2272_write_packet()
440 net2272_write_fifo(struct net2272_ep *ep, struct net2272_request *req) in net2272_write_fifo()
501 net2272_out_flush(struct net2272_ep *ep) in net2272_out_flush()
511 net2272_read_packet(struct net2272_ep *ep, u8 *buf, in net2272_read_packet()
553 net2272_read_fifo(struct net2272_ep *ep, struct net2272_request *req) in net2272_read_fifo()
628 net2272_pio_advance(struct net2272_ep *ep) in net2272_pio_advance()
720 net2272_kick_dma(struct net2272_ep *ep, struct net2272_request *req) in net2272_kick_dma()
829 struct net2272_ep *ep; in net2272_queue()
839 ep = container_of(_ep, struct net2272_ep, ep); in net2272_queue()
927 net2272_dequeue_all(struct net2272_ep *ep) in net2272_dequeue_all()
946 struct net2272_ep *ep; in net2272_dequeue()
951 ep = container_of(_ep, struct net2272_ep, ep); in net2272_dequeue()
986 struct net2272_ep *ep; in net2272_set_halt_and_wedge()
990 ep = container_of(_ep, struct net2272_ep, ep); in net2272_set_halt_and_wedge()
1042 struct net2272_ep *ep; in net2272_fifo_status()
1045 ep = container_of(_ep, struct net2272_ep, ep); in net2272_fifo_status()
1063 struct net2272_ep *ep; in net2272_fifo_flush()
1065 ep = container_of(_ep, struct net2272_ep, ep); in net2272_fifo_flush()
1248 struct net2272_ep *ep; in registers_show()
1392 struct net2272_ep *ep = &dev->ep[i]; in net2272_usb_reinit()
1429 struct net2272_ep *ep0 = &dev->ep[0]; in net2272_ep0_start()
1529 net2272_handle_dma(struct net2272_ep *ep) in net2272_handle_dma()
1607 net2272_handle_ep(struct net2272_ep *ep) in net2272_handle_ep()
1642 static struct net2272_ep *
1645 struct net2272_ep *ep; in net2272_get_ep_by_addr()
1729 struct net2272_ep *ep; in net2272_handle_stat0_irqs()
1831 struct net2272_ep *e; in net2272_handle_stat0_irqs()
1881 struct net2272_ep *e; in net2272_handle_stat0_irqs()
1902 struct net2272_ep *e; in net2272_handle_stat0_irqs()