Searched refs:hs_ep (Results 1 – 1 of 1) sorted by relevance
114 static inline void dwc2_gadget_incr_frame_num(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_incr_frame_num() argument116 hs_ep->target_frame += hs_ep->interval; in dwc2_gadget_incr_frame_num()117 if (hs_ep->target_frame > DSTS_SOFFN_LIMIT) { in dwc2_gadget_incr_frame_num()118 hs_ep->frame_overrun = true; in dwc2_gadget_incr_frame_num()119 hs_ep->target_frame &= DSTS_SOFFN_LIMIT; in dwc2_gadget_incr_frame_num()121 hs_ep->frame_overrun = false; in dwc2_gadget_incr_frame_num()363 static inline int is_ep_periodic(struct dwc2_hsotg_ep *hs_ep) in is_ep_periodic() argument365 return hs_ep->periodic; in is_ep_periodic()378 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_unmap_dma() argument383 usb_gadget_unmap_request(&hsotg->gadget, req, hs_ep->dir_in); in dwc2_hsotg_unmap_dma()[all …]