Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h858 extern int xhci_endpoint_init(xhci_t *, xhci_device_t *,
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c227 ret = xhci_endpoint_init(xhcip, xd, ph); in xhci_hcdi_pipe_open()
1758 if ((ret = xhci_endpoint_init(xhcip, xd, NULL)) != 0) { in xhci_hcdi_device_init()
H A Dxhci_endpoint.c716 xhci_endpoint_init(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_init() function