Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Drsp.c40 nci_req_complete(ndev, rsp->status); in nci_core_reset_rsp_packet()
106 nci_req_complete(ndev, rsp_1->status); in nci_core_init_rsp_packet()
116 nci_req_complete(ndev, rsp->status); in nci_core_set_config_rsp_packet()
126 nci_req_complete(ndev, status); in nci_rf_disc_map_rsp_packet()
156 nci_req_complete(ndev, status); in nci_rf_disc_rsp_packet()
168 nci_req_complete(ndev, status); in nci_rf_disc_select_rsp_packet()
183 nci_req_complete(ndev, status); in nci_rf_deactivate_rsp_packet()
193 nci_req_complete(ndev, NCI_STATUS_NFCEE_PROTOCOL_ERROR); in nci_nfcee_discover_rsp_packet()
201 nci_req_complete(ndev, discover_rsp->status); in nci_nfcee_discover_rsp_packet()
210 nci_req_complete(ndev, status); in nci_nfcee_mode_set_rsp_packet()
[all …]
H A Dntf.c75 nci_req_complete(ndev, status); in nci_core_generic_error_ntf_packet()
653 nci_req_complete(ndev, err); in nci_rf_intf_activated_ntf_packet()
713 nci_req_complete(ndev, NCI_STATUS_OK); in nci_rf_deactivate_ntf_packet()
733 nci_req_complete(ndev, status); in nci_nfcee_discover_ntf_packet()
H A Dhci.c380 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_resp_received()
406 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_hcp_message_rx()
443 nci_req_complete(ndev, err); in nci_hci_data_received_cb()
467 nci_req_complete(ndev, -ENOMEM); in nci_hci_data_received_cb()
H A Dcore.c77 void nci_req_complete(struct nci_dev *ndev, int result) in nci_req_complete() function
85 EXPORT_SYMBOL(nci_req_complete);
412 nci_req_complete(ndev, NCI_STATUS_REJECTED); in nci_nfcc_loopback_cb()
418 nci_req_complete(ndev, NCI_STATUS_OK); in nci_nfcc_loopback_cb()
/OK3568_Linux_fs/kernel/drivers/nfc/fdp/
H A Dfdp.c614 nci_req_complete(ndev, status); in fdp_nci_prop_patch_rsp_packet()
627 nci_req_complete(ndev, status); in fdp_nci_prop_set_production_data_rsp_packet()
673 nci_req_complete(ndev, rsp->status); in fdp_nci_core_get_config_rsp_packet()
/OK3568_Linux_fs/kernel/drivers/nfc/st-nci/
H A Dcore.c85 nci_req_complete(ndev, status); in st_nci_prop_rsp_packet()
/OK3568_Linux_fs/kernel/drivers/nfc/s3fwrn5/
H A Dnci.c19 nci_req_complete(ndev, status); in s3fwrn5_nci_prop_rsp()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h378 void nci_req_complete(struct nci_dev *ndev, int result);