Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/nci/
Drsp.c46 if (rsp->status == NCI_STATUS_OK) { in nci_core_reset_rsp_packet()
62 if (rsp_1->status != NCI_STATUS_OK) in nci_core_init_rsp_packet()
148 if (status == NCI_STATUS_OK) { in nci_rf_disc_rsp_packet()
179 if (status != NCI_STATUS_OK) in nci_rf_disc_select_rsp_packet()
191 if ((status != NCI_STATUS_OK) || in nci_rf_deactivate_rsp_packet()
211 if (discover_rsp->status != NCI_STATUS_OK || in nci_nfcee_discover_rsp_packet()
234 if (status == NCI_STATUS_OK) { in nci_core_conn_create_rsp_packet()
287 if (status == NCI_STATUS_OK) { in nci_core_conn_close_rsp_packet()
Dntf.c412 return NCI_STATUS_OK; in nci_extract_activation_params_iso_dep()
448 return NCI_STATUS_OK; in nci_extract_activation_params_nfc_dep()
480 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
513 return NCI_STATUS_OK; in nci_store_general_bytes_nfc_dep()
522 int err = NCI_STATUS_OK; in nci_rf_intf_activated_ntf_packet()
627 if (err == NCI_STATUS_OK) { in nci_rf_intf_activated_ntf_packet()
642 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()
665 if (err == NCI_STATUS_OK && in nci_rf_intf_activated_ntf_packet()
672 if (err != NCI_STATUS_OK) in nci_rf_intf_activated_ntf_packet()
[all …]
Dlib.c39 case NCI_STATUS_OK: in nci_to_errno()
Dhci.c259 if (r == NCI_STATUS_OK) { in nci_hci_send_cmd()
384 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_resp_received()
410 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_hcp_message_rx()
500 NCI_STATUS_OK, hcp_skb); in nci_hci_data_received_cb()
602 if (r == NCI_STATUS_OK) { in nci_hci_set_param()
642 if (r == NCI_STATUS_OK) { in nci_hci_get_param()
Dcore.c427 nci_req_complete(ndev, NCI_STATUS_OK); in nci_nfcc_loopback_cb()
443 if (r != NCI_STATUS_OK) in nci_nfcc_loopback()
472 if (r == NCI_STATUS_OK && resp) in nci_nfcc_loopback()
1071 if (r != NCI_STATUS_OK) in nci_discover_se()
/Linux-v4.19/drivers/nfc/st-nci/
Dse.c443 if (r != NCI_STATUS_OK) in st_nci_control_se()
563 if (r != NCI_STATUS_OK) in st_nci_hci_network_init()
/Linux-v4.19/include/net/nfc/
Dnci.h42 #define NCI_STATUS_OK 0x00 macro
/Linux-v4.19/drivers/nfc/fdp/
Dfdp.c667 if (rsp->status == NCI_STATUS_OK) { in fdp_nci_core_get_config_rsp_packet()