Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtrunks_ftdi_spi.cc114 unsigned char *poll_state; in StartTransaction() local
116 poll_state = Read(mpsse_, 1); in StartTransaction()
117 response[3] = *poll_state; in StartTransaction()
118 free(poll_state); in StartTransaction()