Home
last modified time | relevance | path

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

/external/rmi4utils/rmi4update/
Drmi4update.cpp335 m_f34Command = buf[0] & RMI_F34_COMMAND_V1_MASK; in ReadF34Controls()
344 m_f34Command = buf[0] & RMI_F34_COMMAND_MASK; in ReadF34Controls()
506 if (!m_f34Status && !m_f34Command) { in WaitForIdle()
516 fprintf(stderr, "Command: %#04x\n", m_f34Command); in WaitForIdle()
519 fprintf(stderr, "Idle: %d\n", !m_f34Command && !m_f34Status); in WaitForIdle()
Drmi4update.h58 unsigned char m_f34Command; variable