host_ep          3074 drivers/usb/host/xhci.c 				  struct usb_host_endpoint *host_ep)
host_ep          3087 drivers/usb/host/xhci.c 	udev = (struct usb_device *)host_ep->hcpriv;
host_ep          3095 drivers/usb/host/xhci.c 	ep_index = xhci_get_endpoint_index(&host_ep->desc);
host_ep          3111 drivers/usb/host/xhci.c 	host_ep->hcpriv = NULL;
host_ep          3128 drivers/usb/host/xhci.c 		struct usb_host_endpoint *host_ep)
host_ep          3142 drivers/usb/host/xhci.c 	if (!host_ep->hcpriv)
host_ep          3144 drivers/usb/host/xhci.c 	udev = (struct usb_device *) host_ep->hcpriv;
host_ep          3154 drivers/usb/host/xhci.c 	ep_index = xhci_get_endpoint_index(&host_ep->desc);
host_ep          3165 drivers/usb/host/xhci.c 	if (usb_endpoint_xfer_control(&host_ep->desc) ||
host_ep          3166 drivers/usb/host/xhci.c 	    usb_endpoint_xfer_isoc(&host_ep->desc))
host_ep          3169 drivers/usb/host/xhci.c 	ep_flag = xhci_get_endpoint_flag(&host_ep->desc);