Home
last modified time | relevance | path

Searched refs:xhci_lock (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c68 mutex_enter(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
70 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
73 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
120 mutex_enter(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
126 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
148 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
201 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
217 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
229 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
243 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_pipe_open()
[all …]
H A Dxhci_polled.c271 mutex_enter(&xhcip->xhci_lock); in xhci_hcdi_console_input_init()
275 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_input_init()
282 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_input_init()
322 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_input_enter()
333 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_input_enter()
344 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_input_enter()
354 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_input_enter()
397 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_read()
412 mutex_enter(&xhcip->xhci_lock); in xhci_hcdi_console_input_exit()
420 mutex_exit(&xhcip->xhci_lock); in xhci_hcdi_console_input_exit()
[all …]
H A Dxhci_endpoint.c72 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_timeout_cancel()
74 mutex_enter(&xhcip->xhci_lock); in xhci_endpoint_timeout_cancel()
783 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_quiesce()
799 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_quiesce()
886 mutex_enter(&xhcip->xhci_lock); in xhci_endpoint_tick()
959 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_tick()
983 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_tick()
1155 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_reschedule_periodic()
1254 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_control_callback()
1428 mutex_exit(&xhcip->xhci_lock); in xhci_endpoint_norm_callback()
[all …]
H A Dxhci_hub.c597 mutex_exit(&xhcip->xhci_lock); in xhci_root_hub_ctrl_req()
599 mutex_enter(&xhcip->xhci_lock); in xhci_root_hub_ctrl_req()
642 mutex_enter(&xhcip->xhci_lock); in xhci_root_hub_psc_callback()
644 mutex_exit(&xhcip->xhci_lock); in xhci_root_hub_psc_callback()
656 mutex_exit(&xhcip->xhci_lock); in xhci_root_hub_psc_callback()
675 mutex_exit(&xhcip->xhci_lock); in xhci_root_hub_psc_callback()
702 mutex_exit(&xhcip->xhci_lock); in xhci_root_hub_intr_root_disable()
704 mutex_enter(&xhcip->xhci_lock); in xhci_root_hub_intr_root_disable()
715 mutex_enter(&xhcip->xhci_lock); in xhci_root_hub_intr_root_enable()
717 mutex_exit(&xhcip->xhci_lock); in xhci_root_hub_intr_root_enable()
[all …]
H A Dxhci_event.c196 mutex_enter(&xhcip->xhci_lock); in xhci_event_process()
198 mutex_exit(&xhcip->xhci_lock); in xhci_event_process()
201 mutex_exit(&xhcip->xhci_lock); in xhci_event_process()
H A Dxhci.c1815 if (mutex_owned(&xhcip->xhci_lock)) { in xhci_fm_runtime_reset()
1818 mutex_enter(&xhcip->xhci_lock); in xhci_fm_runtime_reset()
1835 mutex_exit(&xhcip->xhci_lock); in xhci_fm_runtime_reset()
1976 mutex_enter(&xhcip->xhci_lock); in xhci_cleanup()
1978 cv_wait(&xhcip->xhci_statecv, &xhcip->xhci_lock); in xhci_cleanup()
1979 mutex_exit(&xhcip->xhci_lock); in xhci_cleanup()
1998 mutex_destroy(&xhcip->xhci_lock); in xhci_cleanup()
2094 mutex_init(&xhcip->xhci_lock, NULL, MUTEX_DRIVER, in xhci_attach()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h657 kmutex_t xhci_lock; member