Searched refs:host_ep (Results 1 – 4 of 4) sorted by relevance
75 struct usb_host_endpoint *host_ep);78 struct usb_host_endpoint *host_ep);81 struct usb_host_endpoint *host_ep);84 struct usb_host_endpoint *host_ep);
145 struct usb_host_endpoint *host_ep) in xhci_sideband_add_endpoint() argument155 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_add_endpoint()193 struct usb_host_endpoint *host_ep) in xhci_sideband_remove_endpoint() argument200 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_remove_endpoint()214 struct usb_host_endpoint *host_ep) in xhci_sideband_stop_endpoint() argument219 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_stop_endpoint()244 struct usb_host_endpoint *host_ep) in xhci_sideband_get_endpoint_buffer() argument249 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_get_endpoint_buffer()
2950 struct usb_host_endpoint *host_ep) in xhci_usb_endpoint_maxp() argument2952 if (usb_endpoint_is_hs_isoc_double(udev, host_ep)) in xhci_usb_endpoint_maxp()2953 return le16_to_cpu(host_ep->eusb2_isoc_ep_comp.wMaxPacketSize); in xhci_usb_endpoint_maxp()2954 return usb_endpoint_maxp(&host_ep->desc); in xhci_usb_endpoint_maxp()3253 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument3266 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()3274 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()3288 host_ep->hcpriv = NULL; in xhci_endpoint_disable()3308 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument3322 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()[all …]
1962 struct usb_host_endpoint *host_ep);