Home
last modified time | relevance | path

Searched refs:xhci_endpoint_schedule (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c917 if (xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE) != 0) { in xhci_hcdi_pipe_ctrl_xfer()
1016 if (xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE) != 0) { in xhci_hcdi_pipe_bulk_xfer()
1202 ret = xhci_endpoint_schedule(xhcip, xd, xep, in xhci_hcdi_periodic_init()
1309 if (xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE) != 0) { in xhci_hcdi_intr_oneshot()
1463 ret = xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE); in xhci_hcdi_isoc_oneshot()
H A Dxhci_polled.c185 sched_err = xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE); in xhci_polled_endpoint_transfer()
H A Dxhci_endpoint.c1084 xhci_endpoint_schedule(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep, in xhci_endpoint_schedule() function
1231 ret = xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE); in xhci_endpoint_reschedule_periodic()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h878 extern int xhci_endpoint_schedule(xhci_t *, xhci_device_t *, xhci_endpoint_t *,