Searched refs:initHardware (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMapper.h89 virtual bool initHardware(IOService *provider) = 0;
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDevice.h111 * IOAudioDevice subclass in its initHardware() function. To do so, call
114 * In a typical driver, the IOAudioDevice subclass will implement initHardware() to perform the
321 * It then calls initHardware() which the subclass should override to properly initialize itself and
348 * @function initHardware
360 virtual bool initHardware(IOService *provider ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
366 * be set by the time initHardware() completes. The device name is used by the
376 * by applications when the device name is too long. It should be set by the time initHardware()
385 * called by the time initHardware() completes. The string should be localized by the driver.
426 * to begin moving audio data. This should be called either during the subclass' initHardware()
467 * initHardware() complete
[all...]
H A DIOAudioEngine.h105 * audio I/O engine. It typically will perform these tasks in the initHardware() method. A subclass
110 * IOAudioEngine must do during initHardware(). It must create the necessary IOAudioStream objects
494 * from the IOAudioDevice and allocates an IOCommandGate. Finally it calls initHardware() in which
495 * all of the subclass-specific device initialization should be done. Upon return from initHardware()
505 * @function initHardware
513 virtual bool initHardware(IOService *provider ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioDevice.cpp440 bool IOAudioDevice::initHardware(IOService *provider) function in class:IOAudioDevice
442 audioDebugIOLog(3, "+-IOAudioDevice[%p]::initHardware(%p)\n", this, provider);
479 if ( initHardware ( provider ) )
H A DIOAudioEngine.cpp533 bool IOAudioEngine::initHardware(IOService *provider) function in class:IOAudioEngine
535 audioDebugIOLog(3, "+-IOAudioEngine[%p]::initHardware(%p)\n", this, provider);
586 result = initHardware ( provider );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMapper.cpp80 if (!initHardware(provider))
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Dvtd.c761 virtual bool initHardware(IOService *provider);
1195 AppleVTD::initHardware(IOService *provider) function in class:AppleVTD

Completed in 106 milliseconds