Home
last modified time | relevance | path

Searched refs:ep_out (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMassStor.c390 struct usb_endpoint_descriptor *ep_out, in ms_usb_set_pipe() argument
395 …ms_us->bulk_send_pipe = usb_sndbulkpipe(ms_us->pusb_dev, ep_out->bEndpointAddress & USB_ENDPOINT_N… in ms_usb_set_pipe()
412 struct usb_endpoint_descriptor *ep_out = NULL; in ms_usb_get_pipes() local
423 ep_out = ep_tmp; in ms_usb_get_pipes()
428 if (!ep_in || !ep_out || (ms_us->protocol == MS_CBI_PR && !ep_int)) in ms_usb_get_pipes()
434 ms_usb_set_pipe(ms_us,ep_in,ep_out,ep_tmp); in ms_usb_get_pipes()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMassStor.c803 struct usb_endpoint_descriptor *ep_out = NULL; in get_pipes() local
826 ep_out = ep_tmp; in get_pipes()
843 if (!ep_in || !ep_out || (us->protocol == US_PR_CBI && !ep_int)) in get_pipes()
859 ep_out->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()