HomeSort by relevance Sort by last modified time
    Searched refs:mpsse_ (Results 1 - 2 of 2) sorted by null

  /system/tpm/trunks/
trunks_ftdi_spi.cc 69 if (mpsse_)
70 Close(mpsse_);
72 mpsse_ = NULL;
99 Start(mpsse_);
101 response = Transfer(mpsse_, header.body, sizeof(header.body));
116 poll_state = Read(mpsse_, 1);
125 if (!mpsse_)
129 Write(mpsse_, buffer, bytes);
130 Stop(mpsse_);
138 if (!mpsse_)
    [all...]
trunks_ftdi_spi.h 37 TrunksFtdiSpi() : mpsse_(NULL), locality_(0) {}
47 struct mpsse_context* mpsse_; member in class:trunks::TrunksFtdiSpi

Completed in 183 milliseconds