Home
last modified time | relevance | path

Searched refs:msg_tx_mutex (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/nfc/hci/
Dhcp.c105 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()
Dcore.c83 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()
/Linux-v4.19/include/net/nfc/
Dhci.h118 struct mutex msg_tx_mutex; member