Home
last modified time | relevance | path

Searched full:hs_ep (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/dwc2/
Dgadget.c111 * @hs_ep: The endpoint
116 static inline void dwc2_gadget_incr_frame_num(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_incr_frame_num() argument
118 hs_ep->target_frame += hs_ep->interval; in dwc2_gadget_incr_frame_num()
119 if (hs_ep->target_frame > DSTS_SOFFN_LIMIT) { in dwc2_gadget_incr_frame_num()
120 hs_ep->frame_overrun = true; in dwc2_gadget_incr_frame_num()
121 hs_ep->target_frame &= DSTS_SOFFN_LIMIT; in dwc2_gadget_incr_frame_num()
123 hs_ep->frame_overrun = false; in dwc2_gadget_incr_frame_num()
130 * @hs_ep: The endpoint.
137 static inline void dwc2_gadget_dec_frame_num_by_one(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_dec_frame_num_by_one() argument
139 if (hs_ep->target_frame) in dwc2_gadget_dec_frame_num_by_one()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Drenesas,usb3-peri.yaml102 remote-endpoint = <&hs_ep>;
/Linux-v5.10/Documentation/devicetree/bindings/connector/
Dusb-connector.yaml255 hs_ep: endpoint {