Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
/linux-4.4.14/include/net/nfc/
Dhci.h118 struct mutex msg_tx_mutex; member