Searched refs:host_ep (Results 1 – 2 of 2) sorted by relevance
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()3260 struct usb_host_endpoint *host_ep) in xhci_endpoint_disable() argument3273 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()3281 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()3314 struct usb_host_endpoint *host_ep) in xhci_endpoint_reset() argument3328 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_reset()3335 if (usb_endpoint_xfer_control(&host_ep->desc) && ep_index == 0) { in xhci_endpoint_reset()[all …]