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 D | xhci_usba.c | 917 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 D | xhci_polled.c | 185 sched_err = xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE); in xhci_polled_endpoint_transfer()
|
H A D | xhci_endpoint.c | 1084 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 D | xhci.h | 878 extern int xhci_endpoint_schedule(xhci_t *, xhci_device_t *, xhci_endpoint_t *,
|