Home
last modified time | relevance | path

Searched refs:xhci_endpoint_setup_default_context (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h870 extern int xhci_endpoint_setup_default_context(xhci_t *, xhci_device_t *,
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c207 xhci_endpoint_setup_default_context(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_setup_default_context() function
763 ret = xhci_endpoint_setup_default_context(xhcip, xd, xep); in xhci_endpoint_init()
H A Dxhci_usba.c1885 if ((ret = xhci_endpoint_setup_default_context(xhcip, xd, xep)) != 0) { in xhci_hcdi_device_address()