Searched refs:CRadeon (Results 1 – 16 of 16) sorted by relevance
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | Radeon.cpp | 114 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 D | I2CPort.h | 24 CI2CPort(CRadeon & radeon, int rate = C_RADEON_I2C_DEFAULT_CLOCK_RATE); 30 CRadeon & Radeon() const; 56 CRadeon & fRadeon;
|
H A D | VIPPort.cpp | 14 CVIPPort::CVIPPort(CRadeon & radeon) in CVIPPort() 30 CRadeon & CVIPPort::Radeon() in Radeon()
|
H A D | VIPPort.h | 45 CVIPPort(CRadeon & radeon); 51 CRadeon & Radeon(); 74 CRadeon & fRadeon;
|
H A D | Capture.h | 43 CCapture(CRadeon & radeon); 75 CRadeon & fRadeon;
|
H A D | Theater.cpp | 17 CTheater::CTheater(CRadeon & radeon, int device) in CTheater()
|
H A D | Radeon.h | 332 class CRadeon { 334 CRadeon( const char *dev_name ); 336 ~CRadeon();
|
H A D | Theater100.h | 21 CTheater100(CRadeon & radeon, int device);
|
H A D | I2CPort.cpp | 14 CI2CPort::CI2CPort(CRadeon & radeon, int rate) in CI2CPort() 88 CRadeon & CI2CPort::Radeon() const in Radeon()
|
H A D | Theater.h | 44 CTheater(CRadeon & radeon, int device);
|
H A D | VideoIn.h | 128 CRadeon fRadeon;
|
H A D | Theater200.h | 27 CTheater200(CRadeon & radeon, int device);
|
H A D | Capture.cpp | 18 CCapture::CCapture(CRadeon & radeon) in CCapture()
|
H A D | RadeonAddOn.cpp | 406 CRadeon device( path.Path() ); in RecursiveScan()
|
H A D | Theater200.cpp | 24 CTheater200::CTheater200(CRadeon & radeon, int device) in CTheater200()
|
H A D | Theater100.cpp | 17 CTheater100::CTheater100(CRadeon & radeon, int device) in CTheater100()
|