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()825 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_failure()835 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_failure()1001 mutex_init(&hdev->msg_tx_mutex); in nfc_hci_register_device()1025 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_unregister_device()1038 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_unregister_device()
118 struct mutex msg_tx_mutex; member