Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc.c719 int i2c_error_count; in phDal4Nfc_ReaderThread() local
761 i2c_error_count = 0; in phDal4Nfc_ReaderThread()
777 i2c_error_count++; in phDal4Nfc_ReaderThread()
779 DAL_DEBUG("%d times\n", i2c_error_count); in phDal4Nfc_ReaderThread()
781 if (i2c_error_count < 5) { in phDal4Nfc_ReaderThread()
790 i2c_error_count = 0; in phDal4Nfc_ReaderThread()