HomeSort by relevance Sort by last modified time
    Searched full: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;
100 Start(mpsse_);
102 response = Transfer(mpsse_, header.body, sizeof(header.body));
117 poll_state = Read(mpsse_, 1);
127 if (!mpsse_)
131 Write(mpsse_, buffer, bytes);
132 Stop(mpsse_);
141 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 664 milliseconds