Searched refs:msg_tx_work (Results 1 – 3 of 3) sorted by relevance
66 msg_tx_work); in nfc_hci_msg_tx_work()162 schedule_work(&hdev->msg_tx_work); in __nfc_hci_cmd_completion()446 schedule_work(&hdev->msg_tx_work); in nfc_hci_cmd_timeout()1016 INIT_WORK(&hdev->msg_tx_work, nfc_hci_msg_tx_work); in nfc_hci_register_device()1050 cancel_work_sync(&hdev->msg_tx_work); in nfc_hci_unregister_device()
104 schedule_work(&hdev->msg_tx_work); in nfc_hci_hcp_message_tx()
110 struct work_struct msg_tx_work; member