Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.c406 return NCI_STATUS_OK; in nci_extract_activation_params_iso_dep()
442 return NCI_STATUS_OK; in nci_extract_activation_params_nfc_dep()
474 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
507 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
516 int err = NCI_STATUS_OK; in nci_rf_intf_activated_ntf_packet()
621 if (err == NCI_STATUS_OK) { in nci_rf_intf_activated_ntf_packet()
636 if (err != NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
647 if (err == NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
659 if (err == NCI_STATUS_OK && in nci_rf_intf_activated_ntf_packet()
666 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.c418 nci_req_complete(ndev, NCI_STATUS_OK); in nci_nfcc_loopback_cb()
434 if (r != NCI_STATUS_OK) in nci_nfcc_loopback()
463 if (r == NCI_STATUS_OK && resp) in nci_nfcc_loopback()
1075 if (r != NCI_STATUS_OK) in nci_discover_se()
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
Dse.c435 if (r != NCI_STATUS_OK) in st_nci_control_se()
555 if (r != NCI_STATUS_OK) in st_nci_hci_network_init()
/kernel/linux/linux-5.10/include/net/nfc/
Dnci.h30 #define NCI_STATUS_OK 0x00 macro
/kernel/linux/linux-5.10/drivers/nfc/fdp/
Dfdp.c640 if (rsp->status == NCI_STATUS_OK) { in fdp_nci_core_get_config_rsp_packet()