Searched refs:callPlatformFunction (Results 1 - 18 of 18) sorted by last modified time

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp211 ret = service->callPlatformFunction(function, false,
H A DIOPMrootDomain.cpp179 // "IOPMSetSleepSupported" callPlatformFunction name
2540 getPlatform()->callPlatformFunction(
2629 getPlatform()->callPlatformFunction(
5659 ret = getPlatform()->callPlatformFunction(
6955 IOReturn IOPMrootDomain::callPlatformFunction( function in class:IOPMrootDomain
6998 return super::callPlatformFunction(
H A DIOPlatformExpert.cpp1062 IOReturn IOPlatformExpert::callPlatformFunction(const OSSymbol *functionName, function in class:IOPlatformExpert
1079 return service->callPlatformFunction(functionName, waitForFunction,
H A DIOHibernateIO.cpp809 err = part->callPlatformFunction(PLATFORM_FUNCTION_GET_MEDIA_ENCRYPTION_KEY_UUID, false,
828 err = sKeyStore->callPlatformFunction(sAKSGetKey, true, volumeKeyUUID, &vek, NULL, NULL);
906 err = IOService::getPlatform()->callPlatformFunction(
1336 err = IOService::getPlatform()->callPlatformFunction(
H A DIOService.cpp1013 IOReturn IOService::callPlatformFunction( const OSSymbol * functionName, function in class:IOService
1036 result = provider->callPlatformFunction(functionName, waitForFunction,
1043 IOReturn IOService::callPlatformFunction( const char * functionName, function in class:IOService
1052 result = callPlatformFunction(functionSymbol, waitForFunction,
5586 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
5641 target->callPlatformFunction(sCPULatencyFunctionName[delayType], false,
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp811 virtual IOReturn callPlatformFunction( const OSSymbol * functionName,
816 virtual IOReturn callPlatformFunction( const char * functionName,
7066 IOReturn IOFramebuffer::callPlatformFunction( const OSSymbol * functionName, function in class:IOFramebuffer
7075 return (super::callPlatformFunction(functionName, waitForFunction, p1, p2, p3, p4));
8089 ret = pmu->callPlatformFunction( "sendMiscCommand", true,
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp390 // if (doMsg) device->callPlatformFunction(gIOPlatformDeviceMessageKey, false,
392 // if (doMsg) device->callPlatformFunction(gIOPlatformDeviceMessageKey, false,
914 IOPCIDevice::callPlatformFunction(const OSSymbol * functionName, function in class:IOPCIDevice
921 result = super::callPlatformFunction(functionName, waitForFunction,
936 IOPCIDevice::callPlatformFunction(const char * functionName, function in class:IOPCIDevice
941 return (super::callPlatformFunction(functionName, waitForFunction,
H A DIOPCIBridge.cpp1504 IOPCIBridge::callPlatformFunction(const OSSymbol * functionName, function in class:IOPCIBridge
1511 result = super::callPlatformFunction(functionName, waitForFunction,
1784 getPlatform()->callPlatformFunction(gIOPlatformFreeDeviceResourcesKey,
1892 nub->callPlatformFunction(gIOPlatformDeviceMessageKey, false,
1895 nub->callPlatformFunction(gIOPlatformDeviceMessageKey, false,
3420 callPlatformFunction(gIOPlatformGetMessagedInterruptControllerKey, false,
3456 if ( kIOReturnSuccess == provider->callPlatformFunction(gIOPlatformResolvePCIInterruptKey,
3477 provider->callPlatformFunction(gIOPlatformSetDeviceInterruptsKey,
H A Dvtd.c774 virtual IOReturn callPlatformFunction(const OSSymbol * functionName,
1448 AppleVTD::callPlatformFunction(const OSSymbol * functionName, function in class:AppleVTD
1474 return (super::callPlatformFunction(functionName, waitForFunction,
H A DIOPCIMessagedInterruptController.cpp419 ret = entry->callPlatformFunction(gIOPlatformGetMessagedInterruptAddressKey,
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioDevice.cpp467 provider->callPlatformFunction("mac-io-publishChildren\n", 0, (void*)this, (void*)0, (void*)0, (void*)0);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h334 virtual IOReturn callPlatformFunction(
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h988 /*! @function callPlatformFunction
990 @discussion The platform expert or other drivers may implement various functions to control hardware features. <code>callPlatformFunction</code> allows any IOService object to access these functions. Normally <code>callPlatformFunction</code> is called on a service's provider. The provider services the request or passes it to its provider. The system's IOPlatformExpert subclass catches functions it knows about and redirects them into other parts of the service plane. If the IOPlatformExpert subclass cannot execute the function, the base class is called. The IOPlatformExpert base class attempts to find a service to execute the function by looking up the function name in an IOResources name space. A service may publish a service using <code>publishResource(functionName, this)</code>. If no service can be found to execute the function an error is returned.
991 @param functionName Name of the function to be called. When <code>functionName</code> is a C string, <code>callPlatformFunction</code> converts the C string to an OSSymbol and calls the OSSymbol version of <code>callPlatformFunction</code>. This process can block and should not be used from an interrupt context.
992 @param waitForFunction If <code>true</code>, <code>callPlatformFunction</code> will not return until the function has been called.
995 virtual IOReturn callPlatformFunction( const OSSymbol * functionName,
1000 virtual IOReturn callPlatformFunction( const char * functionName,
H A DIOPlatformExpert.h165 virtual IOReturn callPlatformFunction(const OSSymbol *functionName,
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h195 virtual IOReturn callPlatformFunction(const OSSymbol * functionName,
H A DIOPCIDevice.h482 virtual IOReturn callPlatformFunction(const OSSymbol * functionName,
486 virtual IOReturn callPlatformFunction(const char * functionName,
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h341 virtual IOReturn callPlatformFunction( const OSSymbol * functionName,
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkController.cpp2307 return provider->callPlatformFunction(

Completed in 5770 milliseconds