Searched refs:xd_imtx (Results 1 – 3 of 3) sorted by relevance
248 mutex_enter(&xd->xd_imtx); in xhci_hcdi_pipe_open()271 mutex_exit(&xd->xd_imtx); in xhci_hcdi_pipe_open()293 mutex_exit(&xd->xd_imtx); in xhci_hcdi_pipe_open()315 mutex_exit(&xd->xd_imtx); in xhci_hcdi_pipe_open()1556 mutex_destroy(&xd->xd_imtx); in xhci_hcdi_device_free()1669 mutex_init(&xd->xd_imtx, NULL, MUTEX_DRIVER, in xhci_hcdi_device_init()1922 mutex_enter(&xd->xd_imtx); in xhci_hcdi_hub_update()1941 mutex_exit(&xd->xd_imtx); in xhci_hcdi_hub_update()
151 mutex_enter(&xd->xd_imtx); in xhci_endpoint_unconfigure()167 mutex_exit(&xd->xd_imtx); in xhci_endpoint_unconfigure()292 mutex_enter(&xd->xd_imtx); in xhci_endpoint_update_default()308 mutex_exit(&xd->xd_imtx); in xhci_endpoint_update_default()
577 kmutex_t xd_imtx; /* Protects input contexts */ member