Searched refs:nci_req_complete (Results 1 – 5 of 5) sorted by relevance
| /linux/net/nfc/nci/ |
| H A D | rsp.c | 43 nci_req_complete(ndev, rsp->status); in nci_core_reset_rsp_packet() 162 nci_req_complete(ndev, status); in nci_core_init_rsp_packet() 172 nci_req_complete(ndev, rsp->status); in nci_core_set_config_rsp_packet() 182 nci_req_complete(ndev, status); in nci_rf_disc_map_rsp_packet() 213 nci_req_complete(ndev, status); in nci_rf_disc_rsp_packet() 225 nci_req_complete(ndev, status); in nci_rf_disc_select_rsp_packet() 240 nci_req_complete(ndev, status); in nci_rf_deactivate_rsp_packet() 250 nci_req_complete(ndev, NCI_STATUS_NFCEE_PROTOCOL_ERROR); in nci_nfcee_discover_rsp_packet() 258 nci_req_complete(ndev, discover_rsp->status); in nci_nfcee_discover_rsp_packet() 267 nci_req_complete(ndev, status); in nci_nfcee_mode_set_rsp_packet() [all …]
|
| H A D | hci.c | 376 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_resp_received() 402 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_hcp_message_rx() 438 nci_req_complete(ndev, err); in nci_hci_data_received_cb() 462 nci_req_complete(ndev, -ENOMEM); in nci_hci_data_received_cb()
|
| H A D | core.c | 78 void nci_req_complete(struct nci_dev *ndev, int result) in nci_req_complete() function 86 EXPORT_SYMBOL(nci_req_complete); 416 nci_req_complete(ndev, NCI_STATUS_REJECTED); in nci_nfcc_loopback_cb() 422 nci_req_complete(ndev, NCI_STATUS_OK); in nci_nfcc_loopback_cb()
|
| /linux/drivers/nfc/fdp/ |
| H A D | fdp.c | 598 nci_req_complete(ndev, status); in fdp_nci_prop_patch_rsp_packet() 611 nci_req_complete(ndev, status); in fdp_nci_prop_set_production_data_rsp_packet() 658 nci_req_complete(ndev, rsp->status); in fdp_nci_core_get_config_rsp_packet()
|
| /linux/drivers/nfc/st-nci/ |
| H A D | core.c | 83 nci_req_complete(ndev, status); in st_nci_prop_rsp_packet()
|