Searched refs:dwc2_hsotg_ep (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | gadget.c | 41 static inline struct dwc2_hsotg_ep *our_ep(struct usb_ep *ep) in our_ep() 43 return container_of(ep, struct dwc2_hsotg_ep, ep); in our_ep() 61 static inline struct dwc2_hsotg_ep *index_to_ep(struct dwc2_hsotg *hsotg, in index_to_ep() 115 static inline void dwc2_gadget_incr_frame_num(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_incr_frame_num() 142 static inline void dwc2_gadget_dec_frame_num_by_one(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_dec_frame_num_by_one() 416 static inline int is_ep_periodic(struct dwc2_hsotg_ep *hs_ep) in is_ep_periodic() 431 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_unmap_dma() 504 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_write_fifo() 667 static unsigned int get_ep_limit(struct dwc2_hsotg_ep *hs_ep) in get_ep_limit() 725 static unsigned int dwc2_gadget_get_chain_limit(struct dwc2_hsotg_ep *hs_e [all...] |
H A D | core.h | 74 * struct dwc2_hsotg_ep - driver endpoint definition. 122 struct dwc2_hsotg_ep { struct 1199 struct dwc2_hsotg_ep *eps_in[MAX_EPS_CHANNELS]; 1200 struct dwc2_hsotg_ep *eps_out[MAX_EPS_CHANNELS];
|
H A D | debugfs.c | 227 struct dwc2_hsotg_ep *ep = seq->private; in ep_show() 306 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_create_debug() 314 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_create_debug()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | gadget.c | 42 static inline struct dwc2_hsotg_ep *our_ep(struct usb_ep *ep) in our_ep() 44 return container_of(ep, struct dwc2_hsotg_ep, ep); in our_ep() 62 static inline struct dwc2_hsotg_ep *index_to_ep(struct dwc2_hsotg *hsotg, in index_to_ep() 116 static inline void dwc2_gadget_incr_frame_num(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_incr_frame_num() 143 static inline void dwc2_gadget_dec_frame_num_by_one(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_dec_frame_num_by_one() 417 static inline int is_ep_periodic(struct dwc2_hsotg_ep *hs_ep) in is_ep_periodic() 432 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_unmap_dma() 505 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_write_fifo() 668 static unsigned int get_ep_limit(struct dwc2_hsotg_ep *hs_ep) in get_ep_limit() 726 static unsigned int dwc2_gadget_get_chain_limit(struct dwc2_hsotg_ep *hs_e [all...] |
H A D | core.h | 103 * struct dwc2_hsotg_ep - driver endpoint definition. 150 struct dwc2_hsotg_ep { struct 1212 struct dwc2_hsotg_ep *eps_in[MAX_EPS_CHANNELS]; 1213 struct dwc2_hsotg_ep *eps_out[MAX_EPS_CHANNELS];
|
H A D | debugfs.c | 227 struct dwc2_hsotg_ep *ep = seq->private; in ep_show() 306 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_create_debug() 314 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_create_debug()
|
Completed in 13 milliseconds