Home
last modified time | relevance | path

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

/linux-6.6.21/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()
429 return NCI_STATUS_OK; in nci_extract_activation_params_iso_dep()
466 return NCI_STATUS_OK; in nci_extract_activation_params_nfc_dep()
498 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
531 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
540 int err = NCI_STATUS_OK; in nci_rf_intf_activated_ntf_packet()
645 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()
671 if (err == NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
683 if (err == NCI_STATUS_OK && in nci_rf_intf_activated_ntf_packet()
[all …]
Dhci.c246 if (r == NCI_STATUS_OK) { in nci_hci_send_cmd()
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()
491 NCI_STATUS_OK, hcp_skb); in nci_hci_data_received_cb()
589 if (r == NCI_STATUS_OK) { in nci_hci_set_param()
629 if (r == NCI_STATUS_OK) { in nci_hci_get_param()
Dlib.c27 case NCI_STATUS_OK: in nci_to_errno()
Dcore.c422 nci_req_complete(ndev, NCI_STATUS_OK); in nci_nfcc_loopback_cb()
438 if (r != NCI_STATUS_OK) in nci_nfcc_loopback()
467 if (r == NCI_STATUS_OK && resp) in nci_nfcc_loopback()
1090 if (r != NCI_STATUS_OK) in nci_discover_se()
/linux-6.6.21/drivers/nfc/st-nci/
Dse.c455 if (r != NCI_STATUS_OK) in st_nci_control_se()
569 if (r != NCI_STATUS_OK) in st_nci_hci_network_init()
/linux-6.6.21/include/net/nfc/
Dnci.h32 #define NCI_STATUS_OK 0x00 macro
/linux-6.6.21/drivers/nfc/fdp/
Dfdp.c625 if (rsp->status == NCI_STATUS_OK) { in fdp_nci_core_get_config_rsp_packet()