Searched refs:cmd_pending_msg (Results 1 – 2 of 2) sorted by relevance
87 if (hdev->cmd_pending_msg) { in nfc_hci_msg_tx_work()89 if (hdev->cmd_pending_msg->cb) in nfc_hci_msg_tx_work()90 hdev->cmd_pending_msg->cb(hdev-> in nfc_hci_msg_tx_work()91 cmd_pending_msg-> in nfc_hci_msg_tx_work()95 kfree(hdev->cmd_pending_msg); in nfc_hci_msg_tx_work()96 hdev->cmd_pending_msg = NULL; in nfc_hci_msg_tx_work()130 hdev->cmd_pending_msg = msg; in nfc_hci_msg_tx_work()132 msecs_to_jiffies(hdev->cmd_pending_msg->completion_delay)); in nfc_hci_msg_tx_work()165 if (hdev->cmd_pending_msg->cb) in __nfc_hci_cmd_completion()166 hdev->cmd_pending_msg->cb(hdev->cmd_pending_msg->cb_context, in __nfc_hci_cmd_completion()[all …]
125 struct hci_msg *cmd_pending_msg; member