Home
last modified time | relevance | path

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

/Linux-v5.10/net/nfc/nci/
Drsp.c34 if (rsp->status == NCI_STATUS_OK) { in nci_core_reset_rsp_packet()
50 if (rsp_1->status != NCI_STATUS_OK) in nci_core_init_rsp_packet()
136 if (status == NCI_STATUS_OK) { in nci_rf_disc_rsp_packet()
167 if (status != NCI_STATUS_OK) in nci_rf_disc_select_rsp_packet()
179 if ((status != NCI_STATUS_OK) || in nci_rf_deactivate_rsp_packet()
199 if (discover_rsp->status != NCI_STATUS_OK || in nci_nfcee_discover_rsp_packet()
222 if (status == NCI_STATUS_OK) { in nci_core_conn_create_rsp_packet()
275 if (status == NCI_STATUS_OK) { in nci_core_conn_close_rsp_packet()
Dntf.c400 return NCI_STATUS_OK; in nci_extract_activation_params_iso_dep()
436 return NCI_STATUS_OK; in nci_extract_activation_params_nfc_dep()
468 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
501 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
510 int err = NCI_STATUS_OK; in nci_rf_intf_activated_ntf_packet()
615 if (err == NCI_STATUS_OK) { in nci_rf_intf_activated_ntf_packet()
630 if (err != NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
641 if (err == NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
653 if (err == NCI_STATUS_OK && in nci_rf_intf_activated_ntf_packet()
660 if (err != NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
[all …]
Dlib.c27 case NCI_STATUS_OK: in nci_to_errno()
Dhci.c247 if (r == NCI_STATUS_OK) { in nci_hci_send_cmd()
380 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()
496 NCI_STATUS_OK, hcp_skb); in nci_hci_data_received_cb()
598 if (r == NCI_STATUS_OK) { in nci_hci_set_param()
638 if (r == NCI_STATUS_OK) { in nci_hci_get_param()
Dcore.c415 nci_req_complete(ndev, NCI_STATUS_OK); in nci_nfcc_loopback_cb()
431 if (r != NCI_STATUS_OK) in nci_nfcc_loopback()
460 if (r == NCI_STATUS_OK && resp) in nci_nfcc_loopback()
1059 if (r != NCI_STATUS_OK) in nci_discover_se()
/Linux-v5.10/drivers/nfc/st-nci/
Dse.c433 if (r != NCI_STATUS_OK) in st_nci_control_se()
553 if (r != NCI_STATUS_OK) in st_nci_hci_network_init()
/Linux-v5.10/include/net/nfc/
Dnci.h30 #define NCI_STATUS_OK 0x00 macro
/Linux-v5.10/drivers/nfc/fdp/
Dfdp.c658 if (rsp->status == NCI_STATUS_OK) { in fdp_nci_core_get_config_rsp_packet()