Searched refs:CDspCommObject (Results 1 - 20 of 20) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_power.cpp66 CDspCommObject *pDCO = GetDspCommObject();
H A DCGMLDspCommObject.h33 class CGMLDspCommObject : public CDspCommObject
37 : CDspCommObject(pdwRegBase, pOsSupport)
H A DCGdDspCommObject.h37 #include "CDspCommObject.h"
40 class CGdDspCommObject : public CDspCommObject
H A DCGdDspCommObject.cpp54 ) : CDspCommObject( pdwRegBase, pOsSupport )
95 CDspCommObject::RestoreDspSettings();
243 return CDspCommObject::GoComatose();
H A DCDspCommObject.cpp3 // CDspCommObject.cpp
52 PVOID CDspCommObject::operator new( size_t Size )
61 ECHO_DEBUGPRINTF(("CDspCommObject::operator new - memory allocation failed\n"));
72 } // PVOID CDspCommObject::operator new( size_t Size )
75 VOID CDspCommObject::operator delete( PVOID pVoid )
79 ECHO_DEBUGPRINTF( ("CDspCommObject::operator delete memory free "
82 } // VOID CDspCommObject::operator delete( PVOID pVoid )
91 CDspCommObject::CDspCommObject function in class:CDspCommObject
130 ECHO_DEBUGPRINTF( ("CDspCommObject
[all...]
H A DCDspCommObjectVmixer.h35 #include "CDspCommObject.h"
37 class CDspCommObjectVmixer : public CDspCommObject
H A DCLaylaDspCommObject.h33 #include "CDspCommObject.h"
54 class CLaylaDspCommObject : public CDspCommObject
106 using CDspCommObject::LoadASIC;
H A DCLaylaDspCommObject.cpp59 ) : CDspCommObject( pdwRegBase, pOsSupport )
114 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_LAYLA_ASIC,
269 ECHO_DEBUGPRINTF( ("CDspCommObject::SetOutputClock:\n") );
331 return CDspCommObject::SetBusInGain(wBusIn,iGain);
371 return CDspCommObject::SetNominalLevel(wBus,bState);
425 bLoaded = CDspCommObject::CheckAsicStatus();
H A DCLayla24DspCommObject.cpp137 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_LAYLA24_PCI_CARD_ASIC,
152 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_LAYLA24_EXTERNAL_ASIC,
428 rval = CDspCommObject::LoadASIC(DSP_FNC_LOAD_LAYLA24_EXTERNAL_ASIC,
H A DC3gDco.h35 #include "CDspCommObject.h"
37 class C3gDco : public CDspCommObject
119 using CDspCommObject::LoadASIC;
H A DCDaffyDuck.h87 class CDspCommObject;
H A DCMonaDspCommObject.cpp137 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_MONA_PCI_CARD_ASIC,
147 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_MONA_EXTERNAL_ASIC,
218 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_MONA_PCI_CARD_ASIC,
443 if ( FALSE == CDspCommObject::LoadASIC
H A DCDspCommObjectVmixer.cpp50 ) : CDspCommObject( pdwRegBase, pOsSupport )
H A DCGina24DspCommObject.cpp143 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_GINA24_ASIC,
H A DCEchoGals.cpp286 CDspCommObject *pDCO;
H A DCDspCommObject.h3 // CDspCommObject.H
116 // CDspCommObject::Write_DSP
624 CDspCommObject is the class which wraps both the comm page and the
625 DSP registers. CDspCommObject talks directly to the hardware; anyone
626 who wants to do something to the hardware goes through CDspCommObject or
629 Note that an instance of CDspCommObject is never actually created; it
634 class CDspCommObject class
792 CDspCommObject( PDWORD pdwRegBase, PCOsSupport pOsSupport );
793 virtual ~CDspCommObject();
1092 ECHO_DEBUGPRINTF(("CDspCommObject
[all...]
H A DC3gDco.cpp53 ) : CDspCommObject( pdwRegBase, pOsSupport )
142 if ( !CDspCommObject::LoadASIC( DSP_FNC_LOAD_3G_ASIC,
H A DCMidiInQ.cpp567 CDspCommObject *pDCO;
H A DCEchoGals_transport.cpp791 CDspCommObject *pDCO;
H A DCEchoGals_mixer.cpp843 CDspCommObject *pDCO = GetDspCommObject();
1303 CDspCommObject * pDspCommObj = GetDspCommObject();

Completed in 81 milliseconds