Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp114 CRadeon::CRadeon( const char *dev_name ) in CRadeon() function in CRadeon
166 CRadeon::~CRadeon() in ~CRadeon()
186 status_t CRadeon::InitCheck() const in InitCheck()
194 uint32 CRadeon::VirtualMemoryBase() const in VirtualMemoryBase()
199 int CRadeon::Register(radeon_register index) const in Register()
204 void CRadeon::SetRegister(radeon_register index, int value) in SetRegister()
209 int CRadeon::Register(radeon_register index, int mask) const in Register()
214 void CRadeon::SetRegister(radeon_register index, int mask, int value) in SetRegister()
224 int CRadeon::VIPRegister(int device, int address) in VIPRegister()
242 void CRadeon::SetVIPRegister(int device, int address, int value) in SetVIPRegister()
[all …]
H A DI2CPort.h24 CI2CPort(CRadeon & radeon, int rate = C_RADEON_I2C_DEFAULT_CLOCK_RATE);
30 CRadeon & Radeon() const;
56 CRadeon & fRadeon;
H A DVIPPort.cpp14 CVIPPort::CVIPPort(CRadeon & radeon) in CVIPPort()
30 CRadeon & CVIPPort::Radeon() in Radeon()
H A DVIPPort.h45 CVIPPort(CRadeon & radeon);
51 CRadeon & Radeon();
74 CRadeon & fRadeon;
H A DCapture.h43 CCapture(CRadeon & radeon);
75 CRadeon & fRadeon;
H A DTheater.cpp17 CTheater::CTheater(CRadeon & radeon, int device) in CTheater()
H A DRadeon.h332 class CRadeon {
334 CRadeon( const char *dev_name );
336 ~CRadeon();
H A DTheater100.h21 CTheater100(CRadeon & radeon, int device);
H A DI2CPort.cpp14 CI2CPort::CI2CPort(CRadeon & radeon, int rate) in CI2CPort()
88 CRadeon & CI2CPort::Radeon() const in Radeon()
H A DTheater.h44 CTheater(CRadeon & radeon, int device);
H A DVideoIn.h128 CRadeon fRadeon;
H A DTheater200.h27 CTheater200(CRadeon & radeon, int device);
H A DCapture.cpp18 CCapture::CCapture(CRadeon & radeon) in CCapture()
H A DRadeonAddOn.cpp406 CRadeon device( path.Path() ); in RecursiveScan()
H A DTheater200.cpp24 CTheater200::CTheater200(CRadeon & radeon, int device) in CTheater200()
H A DTheater100.cpp17 CTheater100::CTheater100(CRadeon & radeon, int device) in CTheater100()