Searched refs:cmd_pending_msg (Results 1 – 2 of 2) sorted by relevance
75 if (hdev->cmd_pending_msg) { in nfc_hci_msg_tx_work()77 if (hdev->cmd_pending_msg->cb) in nfc_hci_msg_tx_work()78 hdev->cmd_pending_msg->cb(hdev-> in nfc_hci_msg_tx_work()79 cmd_pending_msg-> in nfc_hci_msg_tx_work()83 kfree(hdev->cmd_pending_msg); in nfc_hci_msg_tx_work()84 hdev->cmd_pending_msg = NULL; in nfc_hci_msg_tx_work()118 hdev->cmd_pending_msg = msg; in nfc_hci_msg_tx_work()120 msecs_to_jiffies(hdev->cmd_pending_msg->completion_delay)); in nfc_hci_msg_tx_work()153 if (hdev->cmd_pending_msg->cb) in __nfc_hci_cmd_completion()154 hdev->cmd_pending_msg->cb(hdev->cmd_pending_msg->cb_context, in __nfc_hci_cmd_completion()[all …]
113 struct hci_msg *cmd_pending_msg; member