Home
last modified time | relevance | path

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

/Linux-v5.15/net/nfc/nci/
Drsp.c37 if (rsp->status == NCI_STATUS_OK) { in nci_core_reset_rsp_packet()
55 if (rsp_1->status != NCI_STATUS_OK) in nci_core_init_rsp_packet_v1()
83 return NCI_STATUS_OK; in nci_core_init_rsp_packet_v1()
96 if (rsp->status != NCI_STATUS_OK) in nci_core_init_rsp_packet_v2()
121 return NCI_STATUS_OK; in nci_core_init_rsp_packet_v2()
133 if (status != NCI_STATUS_OK) in nci_core_init_rsp_packet()
193 if (status == NCI_STATUS_OK) { in nci_rf_disc_rsp_packet()
224 if (status != NCI_STATUS_OK) in nci_rf_disc_select_rsp_packet()
236 if ((status != NCI_STATUS_OK) || in nci_rf_deactivate_rsp_packet()
256 if (discover_rsp->status != NCI_STATUS_OK || in nci_nfcee_discover_rsp_packet()
[all …]
Dntf.c44 nci_req_complete(ndev, NCI_STATUS_OK); in nci_core_reset_ntf_packet()
423 return NCI_STATUS_OK; in nci_extract_activation_params_iso_dep()
460 return NCI_STATUS_OK; in nci_extract_activation_params_nfc_dep()
492 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
525 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
534 int err = NCI_STATUS_OK; in nci_rf_intf_activated_ntf_packet()
639 if (err == NCI_STATUS_OK) { in nci_rf_intf_activated_ntf_packet()
654 if (err != NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
665 if (err == NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
677 if (err == NCI_STATUS_OK && in nci_rf_intf_activated_ntf_packet()
[all …]
Dhci.c245 if (r == NCI_STATUS_OK) { in nci_hci_send_cmd()
375 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_resp_received()
401 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_hcp_message_rx()
491 NCI_STATUS_OK, hcp_skb); in nci_hci_data_received_cb()
591 if (r == NCI_STATUS_OK) { in nci_hci_set_param()
631 if (r == NCI_STATUS_OK) { in nci_hci_get_param()
Dlib.c27 case NCI_STATUS_OK: in nci_to_errno()
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()
1072 if (r != NCI_STATUS_OK) in nci_discover_se()
/Linux-v5.15/drivers/nfc/st-nci/
Dse.c432 if (r != NCI_STATUS_OK) in st_nci_control_se()
546 if (r != NCI_STATUS_OK) in st_nci_hci_network_init()
/Linux-v5.15/include/net/nfc/
Dnci.h32 #define NCI_STATUS_OK 0x00 macro
/Linux-v5.15/drivers/nfc/fdp/
Dfdp.c617 if (rsp->status == NCI_STATUS_OK) { in fdp_nci_core_get_config_rsp_packet()