Lines Matching refs:cb
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()
115 if (msg->cb) in nfc_hci_msg_tx_work()
116 msg->cb(msg->cb_context, NULL, r); 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()
711 struct sk_buff *skb, data_exchange_cb_t cb, in hci_transceive() argument
723 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive()
732 hdev->async_cb = cb; in hci_transceive()
741 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive()
811 se_io_cb_t cb, void *cb_context) in hci_se_io() argument
817 apdu_length, cb, cb_context); in hci_se_io()
1027 if (hdev->cmd_pending_msg->cb) in nfc_hci_unregister_device()
1028 hdev->cmd_pending_msg->cb( in nfc_hci_unregister_device()