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 D | xhci.h | 880 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 D | xhci_endpoint.c | 937 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 D | xhci_usba.c | 203 (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()
|