Lines Matching refs:ep_curr
759 struct usb_hw_ep_scratch_sub *ep_curr; in usb_hw_ep_get_needs() local
771 ep_curr = ues->ep_max; in usb_hw_ep_get_needs()
789 ep_curr = ep_iface; in usb_hw_ep_get_needs()
806 if (ep_curr == ep_end) { in usb_hw_ep_get_needs()
869 ep_curr->max_frame_size) { in usb_hw_ep_get_needs()
874 ep_curr->hw_endpoint_in; in usb_hw_ep_get_needs()
877 ep_curr->hw_endpoint_out; in usb_hw_ep_get_needs()
882 if (ep_curr->max_frame_size < wMaxPacketSize) { in usb_hw_ep_get_needs()
883 ep_curr->max_frame_size = wMaxPacketSize; in usb_hw_ep_get_needs()
886 ep_curr->needs_in = 1; in usb_hw_ep_get_needs()
887 ep_curr->needs_out = 1; in usb_hw_ep_get_needs()
890 ep_curr->needs_in = 1; in usb_hw_ep_get_needs()
892 ep_curr->needs_out = 1; in usb_hw_ep_get_needs()
895 ep_curr->needs_ep_type = ep_type; in usb_hw_ep_get_needs()
898 ep_curr++; in usb_hw_ep_get_needs()
899 if (ep_max < ep_curr) { in usb_hw_ep_get_needs()
900 ep_max = ep_curr; in usb_hw_ep_get_needs()