Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h880 extern int xhci_endpoint_ring(xhci_t *, xhci_device_t *, xhci_endpoint_t *);
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c937 xhci_endpoint_ring(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep) in xhci_endpoint_ring() function
1132 return (xhci_endpoint_ring(xhcip, xd, xep)); in xhci_endpoint_schedule()
H A Dxhci_usba.c203 (ret = xhci_endpoint_ring(xhcip, xd, xep)) != 0) { in xhci_hcdi_pipe_open()
1219 ret = xhci_endpoint_ring(xhcip, xd, xep); in xhci_hcdi_periodic_init()