Home
last modified time | relevance | path

Searched refs:enable_mutex (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-dbgcap.c1158 mutex_lock(&dbc->enable_mutex); in dbc_store()
1167 mutex_unlock(&dbc->enable_mutex); in dbc_store()
1170 mutex_lock(&dbc->enable_mutex); in dbc_store()
1175 mutex_unlock(&dbc->enable_mutex); in dbc_store()
1544 mutex_init(&dbc->enable_mutex); in xhci_alloc_dbc()
1562 mutex_lock(&dbc->enable_mutex); in xhci_dbc_remove()
1564 mutex_unlock(&dbc->enable_mutex); in xhci_dbc_remove()
1617 mutex_lock(&dbc->enable_mutex); in xhci_dbc_suspend()
1630 mutex_unlock(&dbc->enable_mutex); in xhci_dbc_suspend()
1643 mutex_lock(&dbc->enable_mutex); in xhci_dbc_resume()
[all …]
H A Dxhci-dbgcap.h146 struct mutex enable_mutex; member