Searched refs:msg_tx_mutex (Results 1 – 3 of 3) sorted by relevance
105 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_hcp_message_tx()109 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_hcp_message_tx()114 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_hcp_message_tx()
83 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_msg_tx_work()135 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_msg_tx_work()180 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_resp_received()190 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_resp_received()835 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_failure()845 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_failure()1011 mutex_init(&hdev->msg_tx_mutex); in nfc_hci_register_device()1033 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_unregister_device()1046 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_unregister_device()
118 struct mutex msg_tx_mutex; member