Home
last modified time | relevance | path

Searched refs:cmd_pending_msg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/nfc/hci/
Dcore.c87 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 …]
/Linux-v4.19/include/net/nfc/
Dhci.h125 struct hci_msg *cmd_pending_msg; member