Searched refs:xhci_endpoint_init (Results 1 – 3 of 3) sorted by relevance
858 extern int xhci_endpoint_init(xhci_t *, xhci_device_t *,
227 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()
716 xhci_endpoint_init(xhci_t *xhcip, xhci_device_t *xd, in xhci_endpoint_init() function