dwc2_hsotg_ep    1198 drivers/usb/dwc2/core.h 	struct dwc2_hsotg_ep *eps_in[MAX_EPS_CHANNELS];
dwc2_hsotg_ep    1199 drivers/usb/dwc2/core.h 	struct dwc2_hsotg_ep *eps_out[MAX_EPS_CHANNELS];
dwc2_hsotg_ep     226 drivers/usb/dwc2/debugfs.c 	struct dwc2_hsotg_ep *ep = seq->private;
dwc2_hsotg_ep     305 drivers/usb/dwc2/debugfs.c 		struct dwc2_hsotg_ep *ep;
dwc2_hsotg_ep     313 drivers/usb/dwc2/debugfs.c 		struct dwc2_hsotg_ep *ep;
dwc2_hsotg_ep      42 drivers/usb/dwc2/gadget.c static inline struct dwc2_hsotg_ep *our_ep(struct usb_ep *ep)
dwc2_hsotg_ep      44 drivers/usb/dwc2/gadget.c 	return container_of(ep, struct dwc2_hsotg_ep, ep);
dwc2_hsotg_ep      62 drivers/usb/dwc2/gadget.c static inline struct dwc2_hsotg_ep *index_to_ep(struct dwc2_hsotg *hsotg,
dwc2_hsotg_ep     116 drivers/usb/dwc2/gadget.c static inline void dwc2_gadget_incr_frame_num(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep     137 drivers/usb/dwc2/gadget.c static inline void dwc2_gadget_dec_frame_num_by_one(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep     404 drivers/usb/dwc2/gadget.c static inline int is_ep_periodic(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep     419 drivers/usb/dwc2/gadget.c 				 struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep     492 drivers/usb/dwc2/gadget.c 				 struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep     655 drivers/usb/dwc2/gadget.c static unsigned int get_ep_limit(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep     713 drivers/usb/dwc2/gadget.c static unsigned int dwc2_gadget_get_chain_limit(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep     743 drivers/usb/dwc2/gadget.c static u32 dwc2_gadget_get_desc_params(struct dwc2_hsotg_ep *hs_ep, u32 *mask)
dwc2_hsotg_ep     771 drivers/usb/dwc2/gadget.c static void dwc2_gadget_fill_nonisoc_xfer_ddma_one(struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep     837 drivers/usb/dwc2/gadget.c static void dwc2_gadget_config_nonisoc_xfer_ddma(struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep     879 drivers/usb/dwc2/gadget.c static int dwc2_gadget_fill_isoc_desc(struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep     951 drivers/usb/dwc2/gadget.c static void dwc2_gadget_start_isoc_ddma(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    1014 drivers/usb/dwc2/gadget.c 				 struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep    1228 drivers/usb/dwc2/gadget.c 			      struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep    1247 drivers/usb/dwc2/gadget.c 						 struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep    1280 drivers/usb/dwc2/gadget.c 					 struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep    1309 drivers/usb/dwc2/gadget.c static bool dwc2_gadget_target_frame_elapsed(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    1335 drivers/usb/dwc2/gadget.c 					  struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    1365 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    1484 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    1515 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    1531 drivers/usb/dwc2/gadget.c static struct dwc2_hsotg_ep *ep_from_windex(struct dwc2_hsotg *hsotg,
dwc2_hsotg_ep    1534 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep;
dwc2_hsotg_ep    1589 drivers/usb/dwc2/gadget.c 				 struct dwc2_hsotg_ep *ep,
dwc2_hsotg_ep    1634 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0];
dwc2_hsotg_ep    1635 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep;
dwc2_hsotg_ep    1692 drivers/usb/dwc2/gadget.c static struct dwc2_hsotg_req *get_ep_head(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    1706 drivers/usb/dwc2/gadget.c static void dwc2_gadget_start_next_request(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    1742 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0];
dwc2_hsotg_ep    1745 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep;
dwc2_hsotg_ep    1859 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0];
dwc2_hsotg_ep    1899 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0];
dwc2_hsotg_ep    1979 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    2035 drivers/usb/dwc2/gadget.c 				   struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2083 drivers/usb/dwc2/gadget.c 					struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep    2145 drivers/usb/dwc2/gadget.c static void dwc2_gadget_complete_isoc_request_ddma(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2204 drivers/usb/dwc2/gadget.c static void dwc2_gadget_handle_isoc_bna(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2229 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx];
dwc2_hsotg_ep    2320 drivers/usb/dwc2/gadget.c static unsigned int dwc2_gadget_get_xfersize_ddma(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2356 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[epnum];
dwc2_hsotg_ep    2557 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep;
dwc2_hsotg_ep    2625 drivers/usb/dwc2/gadget.c 			    struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2658 drivers/usb/dwc2/gadget.c 				   struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2788 drivers/usb/dwc2/gadget.c static void dwc2_gadget_handle_ep_disabled(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2856 drivers/usb/dwc2/gadget.c static void dwc2_gadget_handle_out_token_ep_disabled(struct dwc2_hsotg_ep *ep)
dwc2_hsotg_ep    2910 drivers/usb/dwc2/gadget.c static void dwc2_gadget_handle_nak(struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    2975 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = index_to_ep(hsotg, idx, dir_in);
dwc2_hsotg_ep    3230 drivers/usb/dwc2/gadget.c 			      struct dwc2_hsotg_ep *ep,
dwc2_hsotg_ep    3291 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *ep;
dwc2_hsotg_ep    3561 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep;
dwc2_hsotg_ep    3608 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep;
dwc2_hsotg_ep    3780 drivers/usb/dwc2/gadget.c 		struct dwc2_hsotg_ep *hs_ep;
dwc2_hsotg_ep    3840 drivers/usb/dwc2/gadget.c 				   struct dwc2_hsotg_ep *hs_ep)
dwc2_hsotg_ep    3924 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    4151 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    4199 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    4215 drivers/usb/dwc2/gadget.c static bool on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test)
dwc2_hsotg_ep    4235 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    4270 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    4343 drivers/usb/dwc2/gadget.c 	struct dwc2_hsotg_ep *hs_ep = our_ep(ep);
dwc2_hsotg_ep    4628 drivers/usb/dwc2/gadget.c 			      struct dwc2_hsotg_ep *hs_ep,
dwc2_hsotg_ep    4713 drivers/usb/dwc2/gadget.c 					sizeof(struct dwc2_hsotg_ep),
dwc2_hsotg_ep    4726 drivers/usb/dwc2/gadget.c 				sizeof(struct dwc2_hsotg_ep), GFP_KERNEL);
dwc2_hsotg_ep    4733 drivers/usb/dwc2/gadget.c 				sizeof(struct dwc2_hsotg_ep), GFP_KERNEL);