Searched full:hs_ep (Results 1 – 3 of 3) sorted by relevance
129 * @hs_ep: The endpoint134 static inline void dwc2_gadget_incr_frame_num(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_incr_frame_num() argument136 struct dwc2_hsotg *hsotg = hs_ep->parent; in dwc2_gadget_incr_frame_num()143 hs_ep->target_frame += hs_ep->interval; in dwc2_gadget_incr_frame_num()144 if (hs_ep->target_frame > limit) { in dwc2_gadget_incr_frame_num()145 hs_ep->frame_overrun = true; in dwc2_gadget_incr_frame_num()146 hs_ep->target_frame &= limit; in dwc2_gadget_incr_frame_num()147 } else if (current_frame <= hs_ep->target_frame) { in dwc2_gadget_incr_frame_num()148 hs_ep->frame_overrun = false; in dwc2_gadget_incr_frame_num()155 * @hs_ep: The endpoint.[all …]
102 remote-endpoint = <&hs_ep>;
317 hs_ep: endpoint {