Searched refs:net2280_ep (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | net2280.h | 90 struct net2280_ep { struct 114 static inline void allow_status(struct net2280_ep *ep) in allow_status() 124 static inline void allow_status_338x(struct net2280_ep *ep) in allow_status_338x() 152 struct net2280_ep ep[9]; 188 static inline void set_halt(struct net2280_ep *ep) in set_halt() 198 static inline void clear_halt(struct net2280_ep *ep) in clear_halt() 332 static inline void set_fifo_bytecount(struct net2280_ep *ep, unsigned count) in set_fifo_bytecount() 343 static inline void start_out_naking(struct net2280_ep *ep) in start_out_naking() 351 static inline void stop_out_naking(struct net2280_ep *ep) in stop_out_naking() 361 static inline void set_max_speed(struct net2280_ep *e [all...] |
H A D | net2280.c | 162 static void ep_clear_seqnum(struct net2280_ep *ep); 168 static inline void enable_pciirqenb(struct net2280_ep *ep) in enable_pciirqenb() 185 struct net2280_ep *ep; in net2280_enable() 193 ep = container_of(_ep, struct net2280_ep, ep); in net2280_enable() 379 struct net2280_ep *ep) in ep_reset_228x() 455 struct net2280_ep *ep) in ep_reset_338x() 510 static void nuke(struct net2280_ep *); 514 struct net2280_ep *ep; in net2280_disable() 517 ep = container_of(_ep, struct net2280_ep, ep); in net2280_disable() 548 struct net2280_ep *e in net2280_alloc_request() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | net2280.h | 90 struct net2280_ep { struct 114 static inline void allow_status(struct net2280_ep *ep) in allow_status() 124 static inline void allow_status_338x(struct net2280_ep *ep) in allow_status_338x() 152 struct net2280_ep ep[9]; 189 static inline void set_halt(struct net2280_ep *ep) in set_halt() 199 static inline void clear_halt(struct net2280_ep *ep) in clear_halt() 333 static inline void set_fifo_bytecount(struct net2280_ep *ep, unsigned count) in set_fifo_bytecount() 344 static inline void start_out_naking(struct net2280_ep *ep) in start_out_naking() 352 static inline void stop_out_naking(struct net2280_ep *ep) in stop_out_naking() 362 static inline void set_max_speed(struct net2280_ep *e [all...] |
H A D | net2280.c | 162 static void ep_clear_seqnum(struct net2280_ep *ep); 168 static inline void enable_pciirqenb(struct net2280_ep *ep) in enable_pciirqenb() 185 struct net2280_ep *ep; in net2280_enable() 193 ep = container_of(_ep, struct net2280_ep, ep); in net2280_enable() 379 struct net2280_ep *ep) in ep_reset_228x() 455 struct net2280_ep *ep) in ep_reset_338x() 510 static void nuke(struct net2280_ep *); 514 struct net2280_ep *ep; in net2280_disable() 517 ep = container_of(_ep, struct net2280_ep, ep); in net2280_disable() 548 struct net2280_ep *e in net2280_alloc_request() [all...] |
Completed in 6 milliseconds