Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2272.h432 struct net2272_ep { struct
457 struct net2272_ep ep[4]; argument
537 net2272_ep_write(struct net2272_ep *ep, unsigned int reg, u8 value) in net2272_ep_write()
549 net2272_ep_read(struct net2272_ep *ep, unsigned int reg) in net2272_ep_read()
560 static void allow_status(struct net2272_ep *ep) in allow_status()
570 static void set_halt(struct net2272_ep *ep) in set_halt()
577 static void clear_halt(struct net2272_ep *ep) in clear_halt()
585 static void set_fifo_bytecount(struct net2272_ep *ep, unsigned count) in set_fifo_bytecount()
Dnet2272.c120 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()
[all …]