Home
last modified time | relevance | path

Searched refs:async_cb (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/nfc/microread/
Dmicroread.c160 data_exchange_cb_t async_cb; member
367 info->async_cb(info->async_cb_context, NULL, in microread_im_transceive_cb()
376 info->async_cb(info->async_cb_context, NULL, in microread_im_transceive_cb()
383 info->async_cb(info->async_cb_context, skb, err); in microread_im_transceive_cb()
446 info->async_cb = cb; in microread_im_transceive()
/linux-6.12.1/drivers/nfc/st21nfca/
Ddep.c127 info->async_cb, info); in st21nfca_tx_work()
544 info->async_cb = st21nfca_im_recv_atr_res_cb; in st21nfca_im_send_atr_req()
551 skb->len, info->async_cb, info); in st21nfca_im_send_atr_req()
626 info->async_cb = st21nfca_im_recv_dep_res_cb; in st21nfca_im_send_dep_req()
638 info->async_cb, info); in st21nfca_im_send_dep_req()
Dst21nfca.h159 data_exchange_cb_t async_cb; member
Dcore.c745 info->async_cb(info->async_cb_context, skb, err); in st21nfca_hci_data_exchange_cb()
786 info->async_cb = cb; in st21nfca_hci_im_transceive()
/linux-6.12.1/drivers/nfc/pn544/
Dpn544.c120 data_exchange_cb_t async_cb; member
582 info->async_cb(info->async_cb_context, skb, err); in pn544_hci_data_exchange_cb()
644 info->async_cb = cb; in pn544_hci_im_transceive()
/linux-6.12.1/include/net/nfc/
Dhci.h144 data_exchange_cb_t async_cb; member
/linux-6.12.1/net/nfc/hci/
Dcore.c713 hdev->async_cb(hdev->async_cb_context, skb, err); in hci_transceive_cb()
744 hdev->async_cb = cb; in hci_transceive()
/linux-6.12.1/kernel/bpf/
Dverifier.c9724 struct bpf_verifier_state *async_cb; in push_callback_call() local
9728 async_cb = push_async_cb(env, env->subprog_info[subprog].start, in push_callback_call()
9731 if (!async_cb) in push_callback_call()
9733 callee = async_cb->frame[0]; in push_callback_call()