Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_sync.c287 mutex_lock(&hdev->cmd_sync_work_lock); in hci_cmd_sync_work()
293 mutex_unlock(&hdev->cmd_sync_work_lock); in hci_cmd_sync_work()
630 mutex_init(&hdev->cmd_sync_work_lock); in hci_cmd_sync_init()
700 mutex_lock(&hdev->cmd_sync_work_lock); in hci_cmd_sync_queue()
702 mutex_unlock(&hdev->cmd_sync_work_lock); in hci_cmd_sync_queue()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h515 struct mutex cmd_sync_work_lock; member