Home
last modified time | relevance | path

Searched refs:xhci_command_configure_endpoint (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h789 extern int xhci_command_configure_endpoint(xhci_t *, xhci_device_t *);
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c584 xhci_command_configure_endpoint(xhci_t *xhcip, xhci_device_t *xd) in xhci_command_configure_endpoint() function
H A Dxhci_endpoint.c164 ret = xhci_command_configure_endpoint(xhcip, xd); in xhci_endpoint_unconfigure()
H A Dxhci_usba.c292 if ((ret = xhci_command_configure_endpoint(xhcip, xd)) != USB_SUCCESS) { in xhci_hcdi_pipe_open()