Searched refs:xhci_endpoint_quiesce (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 177 if ((ret = xhci_endpoint_quiesce(xhcip, xd, xep)) != in xhci_hcdi_pipe_open() 460 ret = xhci_endpoint_quiesce(xhcip, xd, xep); in xhci_hcdi_pipe_poll_fini() 577 if ((ret = xhci_endpoint_quiesce(xhcip, xd, xep)) != USB_SUCCESS) { in xhci_hcdi_pipe_close() 693 ret = xhci_endpoint_quiesce(xhcip, xd, xep); in xhci_hcdi_pipe_reset()
|
H A D | xhci_endpoint.c | 848 xhci_endpoint_quiesce(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep) in xhci_endpoint_quiesce() function 1018 ret = xhci_endpoint_quiesce(xhcip, xd, xep); in xhci_endpoint_tick()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhci.h | 877 extern int xhci_endpoint_quiesce(xhci_t *, xhci_device_t *, xhci_endpoint_t *);
|