Searched refs:ep_in (Results 1 – 2 of 2) sorted by relevance
389 struct usb_endpoint_descriptor *ep_in, in ms_usb_set_pipe() argument396 …ms_us->bulk_recv_pipe = usb_rcvbulkpipe(ms_us->pusb_dev, ep_in->bEndpointAddress & USB_ENDPOINT_NU… in ms_usb_set_pipe()411 struct usb_endpoint_descriptor *ep_in = NULL; in ms_usb_get_pipes() local421 ep_in = 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()
800 struct usb_endpoint_descriptor *ep_in = NULL; in get_pipes() local821 ep_in = ep_tmp; in get_pipes()843 if (!ep_in || !ep_out || (us->protocol == US_PR_CBI && !ep_int)) in get_pipes()863 ep_in->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()