CI2CPort
bool CI2CPort::Write(int address, const char * buffer, int length)
bool CI2CPort::Read(int address, char * buffer, int length)
bool CI2CPort::Write(int address, const char * buffer, int length, char * result, int reslen)
int CI2CPort::Register(int address, int index)
void CI2CPort::SetRegister(int address, int index, int value)
CI2CPort::CI2CPort(CRadeon & radeon, int rate)
int CI2CPort::Send(int address, const char * buffer, int length, bool start, bool stop)
int CI2CPort::Receive(int address, char * buffer, int length, bool start, bool stop)
int CI2CPort::WaitAck()
void CI2CPort::Stop()
CI2CPort::~CI2CPort()
status_t CI2CPort::InitCheck() const
CRadeon & CI2CPort::Radeon() const
bool CI2CPort::Probe(int address)
class CI2CPort {
CI2CPort(CRadeon & radeon, int rate = C_RADEON_I2C_DEFAULT_CLOCK_RATE);
~CI2CPort();
CMSP3430::CMSP3430(CI2CPort & port)
CMSP3430(CI2CPort & port);
CI2CPort & fPort;
CTuner::CTuner(CI2CPort & port)
CTuner(CI2CPort & port);
CI2CPort & fPort;
CI2CPort fI2CPort;