Searched refs:m_unlocked (Results 1 – 2 of 2) sorted by relevance
133 if (performLockdown && m_unlocked) { in UpdateFirmware()271 m_unlocked = buf[0] & RMI_F34_IS_UNLOCKED;; in ReadF34Queries()296 m_unlocked = buf[0] & RMI_F34_IS_UNLOCKED;; in ReadF34Queries()310 fprintf(stdout, "F34 unlocked: %d\n", m_unlocked); in ReadF34Queries()
64 bool m_unlocked; variable