Home
last modified time | relevance | path

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

/linux-4.1.27/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()
273 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.c256 if (r == NCI_STATUS_OK) { in nci_hci_send_cmd()
367 nci_req_complete(ndev, NCI_STATUS_OK); in nci_hci_resp_received()
482 NCI_STATUS_OK, hcp_skb); in nci_hci_data_received_cb()
547 if (r == NCI_STATUS_OK) { in nci_hci_set_param()
587 if (r == NCI_STATUS_OK) { in nci_hci_get_param()
Dcore.c888 if (r != NCI_STATUS_OK) in nci_discover_se()
/linux-4.1.27/drivers/nfc/st21nfcb/
Dst21nfcb_se.c437 if (r != NCI_STATUS_OK) in st21nfcb_nci_control_se()
527 if (r != NCI_STATUS_OK) in st21nfcb_hci_network_init()
557 if (r != NCI_STATUS_OK) in st21nfcb_hci_network_init()
/linux-4.1.27/include/net/nfc/
Dnci.h40 #define NCI_STATUS_OK 0x00 macro