Searched refs:ep_end (Results 1 – 7 of 7) sorted by relevance
164 struct usb_endpoint *ep, *ep_end; in rtwn_usb_setup_endpoints() local171 ep_end = uc->uc_udev->endpoints + uc->uc_udev->endpoints_max; in rtwn_usb_setup_endpoints()172 for (; ep != ep_end; ep++) { in rtwn_usb_setup_endpoints()
97 .ep_end = DRD_EP_MAX,102 .ep_end = -1,108 .ep_end = DRD_EP_MAX_H3,113 .ep_end = -1,
152 .ep_end = 1,157 .ep_end = 7,162 .ep_end = 15,167 .ep_end = -1,3185 for (i = 0; sc->sc_ep_cfg[i].ep_end >= 0; i++) { in musbotg_init()3187 if (temp <= cfg->ep_end) { in musbotg_init()3202 for (i = 0; sc->sc_ep_cfg[i].ep_end >= 0; i++) { in musbotg_init()3204 if (temp <= cfg->ep_end) { in musbotg_init()
390 int ep_end; member
311 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_ep_by_addr() local326 for (; ep != ep_end; ep++) { in usbd_get_ep_by_addr()365 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_endpoint() local436 for (; ep != ep_end; ep++) { in usbd_get_endpoint()556 struct usb_endpoint *ep_end; in usb_endpoint_foreach() local562 ep_end = udev->endpoints + udev->endpoints_max; in usb_endpoint_foreach()571 while (ep != ep_end) { in usb_endpoint_foreach()1196 struct usb_endpoint *ep_end; in usb_reset_iface_endpoints() local1199 ep_end = udev->endpoints + udev->endpoints_max; in usb_reset_iface_endpoints()1201 for (; ep != ep_end; ep++) { in usb_reset_iface_endpoints()
230 struct usb_endpoint *ep_end; in usb_do_clear_stall_callback() local242 ep_end = udev->endpoints + udev->endpoints_max; in usb_do_clear_stall_callback()272 if ((ep < ep_first) || (ep >= ep_end)) in usb_do_clear_stall_callback()
761 struct usb_hw_ep_scratch_sub *ep_end; in usb_hw_ep_get_needs() local772 ep_end = ues->ep + USB_EP_MAX; in usb_hw_ep_get_needs()806 if (ep_curr == ep_end) { in usb_hw_ep_get_needs()