Home
last modified time | relevance | path

Searched refs:cmd_pending_msg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/hci/
H A Dcore.c75 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 in __nfc_hci_cmd_completion()
[all...]
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c75 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 in __nfc_hci_cmd_completion()
[all...]
/kernel/linux/linux-5.10/include/net/nfc/
H A Dhci.h113 struct hci_msg *cmd_pending_msg; member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dhci.h113 struct hci_msg *cmd_pending_msg; member

Completed in 4 milliseconds