Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2280.h93 struct net2280_ep { struct
117 static inline void allow_status(struct net2280_ep *ep) in allow_status() argument
127 static inline void allow_status_338x(struct net2280_ep *ep) in allow_status_338x()
155 struct net2280_ep ep[9];
193 static inline void set_halt(struct net2280_ep *ep) in set_halt()
203 static inline void clear_halt(struct net2280_ep *ep) in clear_halt()
337 static inline void set_fifo_bytecount(struct net2280_ep *ep, unsigned count) in set_fifo_bytecount()
348 static inline void start_out_naking(struct net2280_ep *ep) in start_out_naking()
356 static inline void stop_out_naking(struct net2280_ep *ep) in stop_out_naking()
366 static inline void set_max_speed(struct net2280_ep *ep, u32 max) in set_max_speed()
Dnet2280.c165 static void ep_clear_seqnum(struct net2280_ep *ep);
171 static inline void enable_pciirqenb(struct net2280_ep *ep) in enable_pciirqenb()
188 struct net2280_ep *ep; in net2280_enable()
196 ep = container_of(_ep, struct net2280_ep, ep); in net2280_enable()
384 struct net2280_ep *ep) in ep_reset_228x()
460 struct net2280_ep *ep) in ep_reset_338x()
515 static void nuke(struct net2280_ep *);
519 struct net2280_ep *ep; in net2280_disable()
522 ep = container_of(_ep, struct net2280_ep, ep); in net2280_disable()
553 struct net2280_ep *ep; in net2280_alloc_request()
[all …]