Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Dnet2272.h414 struct net2272_ep { struct
439 struct net2272_ep ep[4]; argument
521 net2272_ep_write(struct net2272_ep *ep, unsigned int reg, u8 value) in net2272_ep_write()
533 net2272_ep_read(struct net2272_ep *ep, unsigned int reg) in net2272_ep_read()
544 static void allow_status(struct net2272_ep *ep) in allow_status()
554 static void set_halt(struct net2272_ep *ep) in set_halt()
561 static void clear_halt(struct net2272_ep *ep) in clear_halt()
569 static void set_fifo_bytecount(struct net2272_ep *ep, unsigned count) in set_fifo_bytecount()
Dnet2272.c106 static void assert_out_naking(struct net2272_ep *ep, const char *where) in assert_out_naking()
123 static void stop_out_naking(struct net2272_ep *ep) in stop_out_naking()
166 static void net2272_dequeue_all(struct net2272_ep *);
167 static int net2272_kick_dma(struct net2272_ep *, struct net2272_request *);
178 struct net2272_ep *ep; in net2272_enable()
183 ep = container_of(_ep, struct net2272_ep, ep); in net2272_enable()
248 static void net2272_ep_reset(struct net2272_ep *ep) in net2272_ep_reset()
296 struct net2272_ep *ep; in net2272_disable()
299 ep = container_of(_ep, struct net2272_ep, ep); in net2272_disable()
346 net2272_done(struct net2272_ep *ep, struct net2272_request *req, int status) in net2272_done()
[all …]