Home
last modified time | relevance | path

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

/linux-4.1.27/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.c127 static inline void enable_pciirqenb(struct net2280_ep *ep) in enable_pciirqenb()
144 struct net2280_ep *ep; in net2280_enable()
150 ep = container_of(_ep, struct net2280_ep, ep); in net2280_enable()
322 struct net2280_ep *ep) in ep_reset_228x()
398 struct net2280_ep *ep) in ep_reset_338x()
446 static void nuke(struct net2280_ep *);
450 struct net2280_ep *ep; in net2280_disable()
453 ep = container_of(_ep, struct net2280_ep, ep); in net2280_disable()
484 struct net2280_ep *ep; in net2280_alloc_request()
491 ep = container_of(_ep, struct net2280_ep, ep); in net2280_alloc_request()
[all …]