Lines Matching defs:change
66 * Note: When pm_power() is called (directly or indirectly) to change the
816 * permitted to change device and component's power level.
972 /* ppm intercepts power change process to the claimed devices */
1062 * ppm_manage_cpus - Process a request to change the power level of a cpu.
1498 * level change has been monitored, such that once all devices
1612 PPMD(D_FET, ("\t%s power change failed: ret(%d)\n",
1918 * This function monitors domain device's power level change, such
2015 PPMD(D_PCI, ("\t%s power change failed: ret(%d)\n",
2158 PPMD(D_PCI, ("\t%s power change failed: ret(%d)\n",
2232 "before change\n", domp->name, delay))
2298 "after change\n", domp->name, delay))
2329 "before change\n", domp->name, delay))
2339 "after change\n", domp->name, delay))
2410 "before change\n", domp->name, delay))
2426 "seconds after change\n",
2446 * Change the power level for a component of a device. If the change
2447 * arg is true, we call the framework to actually change the device's
2451 ppm_set_level(ppm_dev_t *ppmd, int cmpt, int level, boolean_t change)
2459 if (change)
2462 PPMD(D_SETLVL, ("%s: %s change=%d, old %d, new %d, ret %d\n",
2463 str, ppmd->path, change, ppmd->level, level, ret))