Home
last modified time | relevance | path

Searched refs:host_ep (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-sideband.c145 struct usb_host_endpoint *host_ep) in xhci_sideband_add_endpoint() argument
155 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() argument
200 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() argument
219 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() argument
249 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_sideband_get_endpoint_buffer()
H A Dxhci.c2942 * @host_ep: USB host endpoint to be checked
2947 struct usb_host_endpoint *host_ep)
2949 if (usb_endpoint_is_hs_isoc_double(udev, host_ep)) in xhci_usb_endpoint_maxp()
2950 return le16_to_cpu(host_ep->eusb2_isoc_ep_comp.wMaxPacketSize); in xhci_usb_endpoint_maxp() argument
2951 return usb_endpoint_maxp(&host_ep->desc); in xhci_usb_endpoint_maxp()
3257 struct usb_host_endpoint *host_ep) in xhci_setup_input_ctx_for_config_ep()
3270 udev = (struct usb_device *)host_ep->hcpriv; in xhci_endpoint_disable()
3278 ep_index = xhci_get_endpoint_index(&host_ep->desc); in xhci_endpoint_disable()
3311 struct usb_host_endpoint *host_ep)
3325 ep_index = xhci_get_endpoint_index(&host_ep in xhci_endpoint_reset()
3260 xhci_endpoint_disable(struct usb_hcd * hcd,struct usb_host_endpoint * host_ep) xhci_endpoint_disable() argument
3314 xhci_endpoint_reset(struct usb_hcd * hcd,struct usb_host_endpoint * host_ep) xhci_endpoint_reset() argument
[all...]