Searched refs:ep_int (Results 1 – 2 of 2) sorted by relevance
391 struct usb_endpoint_descriptor *ep_int) in ms_usb_set_pipe() argument397 if (ep_int) in ms_usb_set_pipe()400 ep_int->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in ms_usb_set_pipe()401 ms_us->bInterval_ep = ep_int->bInterval; in ms_usb_set_pipe()413 struct usb_endpoint_descriptor *ep_int = NULL; in ms_usb_get_pipes() local426 ep_int = 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()
806 struct usb_endpoint_descriptor *ep_int = NULL; in get_pipes() local836 ep_int = ep_tmp; in get_pipes()843 if (!ep_in || !ep_out || (us->protocol == US_PR_CBI && !ep_int)) in get_pipes()866 if (ep_int) { in get_pipes()870 ep_int->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()874 ep_int->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_pipes()877 us->ep_bInterval = ep_int->bInterval; in get_pipes()