Searched refs:msg_tx_work (Results 1 – 3 of 3) sorted by relevance
78 msg_tx_work); in nfc_hci_msg_tx_work()174 schedule_work(&hdev->msg_tx_work); in __nfc_hci_cmd_completion()445 schedule_work(&hdev->msg_tx_work); in nfc_hci_cmd_timeout()1015 INIT_WORK(&hdev->msg_tx_work, nfc_hci_msg_tx_work); in nfc_hci_register_device()1049 cancel_work_sync(&hdev->msg_tx_work); in nfc_hci_unregister_device()
116 schedule_work(&hdev->msg_tx_work); in nfc_hci_hcp_message_tx()
122 struct work_struct msg_tx_work; member