Searched refs:nci_req_complete (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/nfc/nci/ |
D | rsp.c | 52 nci_req_complete(ndev, rsp->status); in nci_core_reset_rsp_packet() 118 nci_req_complete(ndev, rsp_1->status); in nci_core_init_rsp_packet() 128 nci_req_complete(ndev, rsp->status); in nci_core_set_config_rsp_packet() 138 nci_req_complete(ndev, status); in nci_rf_disc_map_rsp_packet() 168 nci_req_complete(ndev, status); in nci_rf_disc_rsp_packet() 180 nci_req_complete(ndev, status); in nci_rf_disc_select_rsp_packet() 195 nci_req_complete(ndev, status); in nci_rf_deactivate_rsp_packet() 205 nci_req_complete(ndev, NCI_STATUS_NFCEE_PROTOCOL_ERROR); in nci_nfcee_discover_rsp_packet() 213 nci_req_complete(ndev, discover_rsp->status); in nci_nfcee_discover_rsp_packet() 222 nci_req_complete(ndev, status); in nci_nfcee_mode_set_rsp_packet() [all …]
|
D | ntf.c | 87 nci_req_complete(ndev, status); in nci_core_generic_error_ntf_packet() 659 nci_req_complete(ndev, err); in nci_rf_intf_activated_ntf_packet() 719 nci_req_complete(ndev, NCI_STATUS_OK); in nci_rf_deactivate_ntf_packet() 739 nci_req_complete(ndev, status); in nci_nfcee_discover_ntf_packet()
|
D | hci.c | 384 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_resp_received() 410 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_hcp_message_rx() 447 nci_req_complete(ndev, err); in nci_hci_data_received_cb() 471 nci_req_complete(ndev, -ENOMEM); in nci_hci_data_received_cb()
|
D | core.c | 89 void nci_req_complete(struct nci_dev *ndev, int result) in nci_req_complete() function 97 EXPORT_SYMBOL(nci_req_complete); 421 nci_req_complete(ndev, NCI_STATUS_REJECTED); in nci_nfcc_loopback_cb() 427 nci_req_complete(ndev, NCI_STATUS_OK); in nci_nfcc_loopback_cb()
|
/Linux-v4.19/drivers/nfc/fdp/ |
D | fdp.c | 641 nci_req_complete(ndev, status); in fdp_nci_prop_patch_rsp_packet() 654 nci_req_complete(ndev, status); in fdp_nci_prop_set_production_data_rsp_packet() 700 nci_req_complete(ndev, rsp->status); in fdp_nci_core_get_config_rsp_packet()
|
/Linux-v4.19/drivers/nfc/s3fwrn5/ |
D | nci.c | 30 nci_req_complete(ndev, status); in s3fwrn5_nci_prop_rsp()
|
/Linux-v4.19/drivers/nfc/st-nci/ |
D | core.c | 96 nci_req_complete(ndev, status); in st_nci_prop_rsp_packet()
|
/Linux-v4.19/include/net/nfc/ |
D | nci_core.h | 388 void nci_req_complete(struct nci_dev *ndev, int result);
|