Lines Matching refs:NFCSTATUS
87 NFCSTATUS bLastStatus; /* Holds the actual download write attempt status */
100 static NFCSTATUS phNxpNciHal_fw_dnld_reset(void* pContext, NFCSTATUS status,
103 static void phNxpNciHal_fw_dnld_reset_cb(void* pContext, NFCSTATUS status,
106 static NFCSTATUS phNxpNciHal_fw_dnld_force(void* pContext, NFCSTATUS status,
109 static void phNxpNciHal_fw_dnld_force_cb(void* pContext, NFCSTATUS status,
112 static void phNxpNciHal_fw_dnld_normal_cb(void* pContext, NFCSTATUS status,
115 static NFCSTATUS phNxpNciHal_fw_dnld_normal(void* pContext, NFCSTATUS status,
118 static void phNxpNciHal_fw_dnld_get_version_cb(void* pContext, NFCSTATUS status,
121 static NFCSTATUS phNxpNciHal_fw_dnld_get_version(void* pContext,
122 NFCSTATUS status, void* pInfo);
125 NFCSTATUS status,
128 static NFCSTATUS phNxpNciHal_fw_dnld_get_sessn_state(void* pContext,
129 NFCSTATUS status,
132 static void phNxpNciHal_fw_dnld_log_read_cb(void* pContext, NFCSTATUS status,
135 static NFCSTATUS phNxpNciHal_fw_dnld_log_read(void* pContext, NFCSTATUS status,
138 static void phNxpNciHal_fw_dnld_write_cb(void* pContext, NFCSTATUS status,
141 static NFCSTATUS phNxpNciHal_fw_dnld_write(void* pContext, NFCSTATUS status,
145 NFCSTATUS status, void* pInfo);
147 static NFCSTATUS phNxpNciHal_fw_dnld_chk_integrity(void* pContext,
148 NFCSTATUS status,
151 static void phNxpNciHal_fw_dnld_log_cb(void* pContext, NFCSTATUS status,
154 static NFCSTATUS phNxpNciHal_fw_dnld_log(void* pContext, NFCSTATUS status,
157 static NFCSTATUS phNxpNciHal_fw_dnld_send_ncicmd(void* pContext,
158 NFCSTATUS status, void* pInfo);
160 static NFCSTATUS phNxpNciHal_fw_dnld_recover(void* pContext, NFCSTATUS status,
163 static NFCSTATUS phNxpNciHal_fw_dnld_complete(void* pContext, NFCSTATUS status,
167 static NFCSTATUS phLibNfc_VerifyCrcStatus(uint8_t bCrcStatus);
169 static void phNxpNciHal_fw_dnld_recover_cb(void* pContext, NFCSTATUS status,
172 static NFCSTATUS phNxpNciHal_fw_seq_handler(
173 NFCSTATUS (*seq_handler[])(void* pContext, NFCSTATUS status, void* pInfo));
176 static NFCSTATUS (*phNxpNciHal_dwnld_seqhandler[])(void* pContext,
177 NFCSTATUS status,
185 static NFCSTATUS (*phNxpNciHal_dummy_rec_dwnld_seqhandler[])(void* pContext,
186 NFCSTATUS status,
194 static NFCSTATUS (*phNxpNciHal_dwnld_rec_seqhandler[])(void* pContext,
195 NFCSTATUS status,
201 static NFCSTATUS (*phNxpNciHal_dwnld_log_seqhandler[])(void* pContext,
202 NFCSTATUS status,
215 static void phNxpNciHal_fw_dnld_reset_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_reset_cb()
240 static NFCSTATUS phNxpNciHal_fw_dnld_reset(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_reset()
242 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_reset()
298 static void phNxpNciHal_fw_dnld_normal_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_normal_cb()
327 static void phNxpNciHal_fw_dnld_force_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_force_cb()
359 static NFCSTATUS phNxpNciHal_fw_dnld_normal(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_normal()
361 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_normal()
431 static NFCSTATUS phNxpNciHal_fw_dnld_force(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_force()
433 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_force()
503 static void phNxpNciHal_fw_dnld_get_version_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_get_version_cb()
506 NFCSTATUS wStatus = status; in phNxpNciHal_fw_dnld_get_version_cb()
634 static NFCSTATUS phNxpNciHal_fw_dnld_get_version(void* pContext, in phNxpNciHal_fw_dnld_get_version()
635 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_version()
637 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_get_version()
696 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_sessn_state_cb()
699 NFCSTATUS wStatus = status; in phNxpNciHal_fw_dnld_get_sessn_state_cb()
766 static NFCSTATUS phNxpNciHal_fw_dnld_get_sessn_state(void* pContext, in phNxpNciHal_fw_dnld_get_sessn_state()
767 NFCSTATUS status, in phNxpNciHal_fw_dnld_get_sessn_state()
771 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_get_sessn_state()
826 static void phNxpNciHal_fw_dnld_log_read_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_log_read_cb()
852 static NFCSTATUS phNxpNciHal_fw_dnld_log_read(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_log_read()
854 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_log_read()
917 static void phNxpNciHal_fw_dnld_write_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_write_cb()
974 static NFCSTATUS phNxpNciHal_fw_dnld_write(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_write()
976 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_write()
1044 NFCSTATUS status, in phNxpNciHal_fw_dnld_chk_integrity_cb()
1047 NFCSTATUS wStatus = status; in phNxpNciHal_fw_dnld_chk_integrity_cb()
1088 static NFCSTATUS phNxpNciHal_fw_dnld_chk_integrity(void* pContext, in phNxpNciHal_fw_dnld_chk_integrity()
1089 NFCSTATUS status, in phNxpNciHal_fw_dnld_chk_integrity()
1091 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_chk_integrity()
1160 static NFCSTATUS phNxpNciHal_fw_dnld_recover(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_recover()
1162 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_recover()
1218 static void phNxpNciHal_fw_dnld_recover_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_recover_cb()
1221 NFCSTATUS wStatus = status; in phNxpNciHal_fw_dnld_recover_cb()
1262 static void phNxpNciHal_fw_dnld_send_ncicmd_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_send_ncicmd_cb()
1265 NFCSTATUS wStatus = status; in phNxpNciHal_fw_dnld_send_ncicmd_cb()
1314 static NFCSTATUS phNxpNciHal_fw_dnld_send_ncicmd(void* pContext, in phNxpNciHal_fw_dnld_send_ncicmd()
1315 NFCSTATUS status, in phNxpNciHal_fw_dnld_send_ncicmd()
1317 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_send_ncicmd()
1387 static void phNxpNciHal_fw_dnld_log_cb(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_log_cb()
1390 NFCSTATUS wStatus = status; in phNxpNciHal_fw_dnld_log_cb()
1416 static NFCSTATUS phNxpNciHal_fw_dnld_log(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_log()
1418 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_log()
1478 static NFCSTATUS phNxpNciHal_fw_seq_handler( in phNxpNciHal_fw_seq_handler()
1479 NFCSTATUS (*seq_handler[])(void* pContext, NFCSTATUS status, void* pInfo)) { in phNxpNciHal_fw_seq_handler()
1483 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_fw_seq_handler()
1512 static NFCSTATUS phNxpNciHal_fw_dnld_complete(void* pContext, NFCSTATUS status, in phNxpNciHal_fw_dnld_complete()
1514 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phNxpNciHal_fw_dnld_complete()
1515 NFCSTATUS fStatus = status; in phNxpNciHal_fw_dnld_complete()
1678 NFCSTATUS phNxpNciHal_fw_download_seq(uint8_t bClkSrcVal, uint8_t bClkFreqVal) { in phNxpNciHal_fw_download_seq()
1679 NFCSTATUS status = NFCSTATUS_FAILED; in phNxpNciHal_fw_download_seq()
1725 static NFCSTATUS phLibNfc_VerifyCrcStatus(uint8_t bCrcStatus) { in phLibNfc_VerifyCrcStatus()
1728 NFCSTATUS wStatus = NFCSTATUS_SUCCESS; in phLibNfc_VerifyCrcStatus()