Searched refs:setAggressiveness (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h152 virtual IOReturn setAggressiveness( unsigned long, unsigned long );
683 IOReturn setAggressiveness(
/darwin-on-arm/xnu/iokit/Kernel/
H A DRootDomainUserClient.cpp152 *return_code = fOwner->setAggressiveness(type, newLevel);
H A DIOPMrootDomain.cpp1422 // setAggressiveness
1424 // Override IOService::setAggressiveness()
1427 IOReturn IOPMrootDomain::setAggressiveness( function in class:IOPMrootDomain
1431 return setAggressiveness( type, value, 0 );
1435 * Private setAggressiveness() with an internal options argument.
1437 IOReturn IOPMrootDomain::setAggressiveness( function in class:IOPMrootDomain
1446 DLOG("setAggressiveness(%x) 0x%x = %u\n",
1507 // Override IOService::setAggressiveness()
1838 service->setAggressiveness(record->type, value);
1850 // Traverse PM tree and call setAggressiveness() fo
[all...]
H A DIOServicePM.cpp3175 // [public] setAggressiveness
3181 IOReturn IOService::setAggressiveness ( unsigned long type, unsigned long newLevel ) function in class:IOService
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1341 @discussion Removes the driver from the power plane and stop its power management. This method is synchronous against any power management method invocations (e.g. <code>setPowerState</code> or <code>setAggressiveness</code>), so when this method returns it is guaranteed those power management methods will not be entered. Driver should not call any power management methods after this call.
1349 Before this call returns, the caller will probably be called at @link setPowerParent setPowerParent@/link and @link setAggressiveness setAggressiveness@/link and possibly at @link addPowerChild addPowerChild@/link as it is added to the hierarchy. This method may be overridden by a nub subclass.
1476 /*! @function setAggressiveness
1478 @discussion Implement <code>setAggressiveness</code> to receive a notification when an "aggressiveness Aggressiveness factors are a loose set of power management variables that contain values for system sleep timeout, display sleep timeout, whether the system is on battery or AC, and other power management features. There are several aggressiveness factors that can be broadcast and a driver may take action on whichever factors apply to it.
1486 virtual IOReturn setAggressiveness(

Completed in 96 milliseconds