Searched refs:retryCnt (Results 1 – 5 of 5) sorted by relevance
42 int retryCnt = 0; in spi_setup() local49 retryCnt++; in spi_setup()50 err("Retry open driver - retry cnt : %d\n", retryCnt); in spi_setup()51 if(retryCnt < MAX_RETRY_CNT) { in spi_setup()
127 int retryCnt = 0, nfc_access_retryCnt = 0; in phPalEse_spi_open_and_configure() local171 retryCnt++; in phPalEse_spi_open_and_configure()172 ALOGE("Retry open eSE driver, retry cnt : %d", retryCnt); in phPalEse_spi_open_and_configure()173 if (retryCnt < MAX_RETRY_CNT) { in phPalEse_spi_open_and_configure()
175 int retryCnt = 0; in OpenAndConfigure() local219 retryCnt++; in OpenAndConfigure()220 NXP_LOG_ESE_E("Retry open eSE driver, retry cnt : %d", retryCnt); in OpenAndConfigure()221 if (retryCnt < MAX_RETRY_CNT) { in OpenAndConfigure()
1050 int retryCnt = 0; in phNxpNciHal_writeLocked() local1075 if (cb_data.status != NFCSTATUS_SUCCESS && retryCnt < HAL_WRITE_MAX_RETRY) { in phNxpNciHal_writeLocked()1076 retryCnt++; in phNxpNciHal_writeLocked()1079 retryCnt); in phNxpNciHal_writeLocked()
1051 int retryCnt = 0; in phNxpNciHal_writeLocked() local1076 if (cb_data.status != NFCSTATUS_SUCCESS && retryCnt < HAL_WRITE_MAX_RETRY) { in phNxpNciHal_writeLocked()1077 retryCnt++; in phNxpNciHal_writeLocked()1080 retryCnt); in phNxpNciHal_writeLocked()