Home
last modified time | relevance | path

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

/Linux-v5.4/net/nfc/hci/
Dhcp.c93 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_hcp_message_tx()
97 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_hcp_message_tx()
102 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_hcp_message_tx()
Dcore.c71 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_msg_tx_work()
123 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_msg_tx_work()
168 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_resp_received()
178 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_resp_received()
823 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_failure()
833 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_failure()
999 mutex_init(&hdev->msg_tx_mutex); in nfc_hci_register_device()
1021 mutex_lock(&hdev->msg_tx_mutex); in nfc_hci_unregister_device()
1034 mutex_unlock(&hdev->msg_tx_mutex); in nfc_hci_unregister_device()
/Linux-v5.4/include/net/nfc/
Dhci.h106 struct mutex msg_tx_mutex; member