Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c196 cv_destroy(&xep->xep_state_cv); in xhci_endpoint_fini()
734 cv_init(&xep->xep_state_cv, NULL, CV_DRIVER, NULL); in xhci_endpoint_init()
747 cv_destroy(&xep->xep_state_cv); in xhci_endpoint_init()
755 cv_destroy(&xep->xep_state_cv); in xhci_endpoint_init()
837 cv_wait(&xep->xep_state_cv, &xhcip->xhci_lock); in xhci_endpoint_serialize()
1031 cv_broadcast(&xep->xep_state_cv); in xhci_endpoint_tick()
1066 cv_broadcast(&xep->xep_state_cv); in xhci_endpoint_tick()
H A Dxhci_usba.c466 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_poll_fini()
487 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_poll_fini()
513 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_poll_fini()
584 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_close()
703 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_reset()
718 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_reset()
734 cv_broadcast(&xep->xep_state_cv); in xhci_hcdi_pipe_reset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h562 kcondvar_t xep_state_cv; member