Searched refs:ep_out (Results 1 – 2 of 2) sorted by relevance
390 struct usb_endpoint_descriptor *ep_out, in ms_usb_set_pipe() argument395 …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() local423 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()
803 struct usb_endpoint_descriptor *ep_out = NULL; in get_pipes() local826 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()