Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/
A Diwl-op-mode.h99 void (*async_cb)(struct iwl_op_mode *op_mode, member
153 if (op_mode->ops->async_cb) in iwl_op_mode_async_cb()
154 op_mode->ops->async_cb(op_mode, cmd); in iwl_op_mode_async_cb()
/linux-6.3-rc2/drivers/nfc/microread/
A 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.3-rc2/drivers/nfc/st21nfca/
A 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()
A Dst21nfca.h159 data_exchange_cb_t async_cb; member
A 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.3-rc2/drivers/nfc/pn544/
A 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.3-rc2/include/net/nfc/
A Dhci.h144 data_exchange_cb_t async_cb; member
/linux-6.3-rc2/net/nfc/hci/
A 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.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dops.c1943 .async_cb = iwl_mvm_async_cb, \
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c7527 struct bpf_verifier_state *async_cb; in __check_func_call() local
7531 async_cb = push_async_cb(env, env->subprog_info[subprog].start, in __check_func_call()
7533 if (!async_cb) in __check_func_call()
7535 callee = async_cb->frame[0]; in __check_func_call()

Completed in 51 milliseconds