Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c242 mutex_enter(&xd->xd_imtx); in xhci_hcdi_pipe_open()
265 mutex_exit(&xd->xd_imtx); in xhci_hcdi_pipe_open()
277 mutex_exit(&xd->xd_imtx); in xhci_hcdi_pipe_open()
283 mutex_exit(&xd->xd_imtx); in xhci_hcdi_pipe_open()
1494 mutex_destroy(&xd->xd_imtx); in xhci_hcdi_device_free()
1607 mutex_init(&xd->xd_imtx, NULL, MUTEX_DRIVER, in xhci_hcdi_device_init()
1860 mutex_enter(&xd->xd_imtx); in xhci_hcdi_hub_update()
1879 mutex_exit(&xd->xd_imtx); in xhci_hcdi_hub_update()
H A Dxhci_endpoint.c218 mutex_enter(&xd->xd_imtx); in xhci_endpoint_update_default()
227 mutex_exit(&xd->xd_imtx); in xhci_endpoint_update_default()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h577 kmutex_t xd_imtx; /* Protects input contexts */ member