Home
last modified time | relevance | path

Searched refs:net2272_ep (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/udc/
Dnet2272.h419 struct net2272_ep { struct
444 struct net2272_ep ep[4]; argument
524 net2272_ep_write(struct net2272_ep *ep, unsigned int reg, u8 value) in net2272_ep_write()
536 net2272_ep_read(struct net2272_ep *ep, unsigned int reg) in net2272_ep_read()
547 static void allow_status(struct net2272_ep *ep) in allow_status()
557 static void set_halt(struct net2272_ep *ep) in set_halt()
564 static void clear_halt(struct net2272_ep *ep) in clear_halt()
572 static void set_fifo_bytecount(struct net2272_ep *ep, unsigned count) in set_fifo_bytecount()
Dnet2272.c107 static void assert_out_naking(struct net2272_ep *ep, const char *where) in assert_out_naking()
124 static void stop_out_naking(struct net2272_ep *ep) in stop_out_naking()
167 static void net2272_dequeue_all(struct net2272_ep *);
168 static int net2272_kick_dma(struct net2272_ep *, struct net2272_request *);
179 struct net2272_ep *ep; in net2272_enable()
184 ep = container_of(_ep, struct net2272_ep, ep); in net2272_enable()
249 static void net2272_ep_reset(struct net2272_ep *ep) in net2272_ep_reset()
297 struct net2272_ep *ep; in net2272_disable()
300 ep = container_of(_ep, struct net2272_ep, ep); in net2272_disable()
347 net2272_done(struct net2272_ep *ep, struct net2272_request *req, int status) in net2272_done()
[all …]