Lines Matching defs:change
51 * When the autopm framework needs to change the power of a component of a
63 * joint change must be an atomic operation. Ppm handles this by acquiring
552 * Change the power level for a component of a device. If the change
553 * arg is true, we call the framework to actually change the device's
557 xcppm_set_level(ppm_dev_t *ppmd, int cmpt, int level, boolean_t change)
565 if (change)
568 DPRINTF(D_SETLVL, ("%s: \"%s\" change=%d, old %d, new %d, ret %d\n",
569 str, ppmd->path, change, ppmd->level, level, ret));
753 DPRINTF(D_CPU, ("xcppm_rio_mode: %s: change from 0x%x to 0x%x\n",
759 * change the power level of all cpus to the arg value;
829 * number of times we need to change clock rates
901 * Process a request to change the power level of a cpu. If all cpus
904 * request. Otherwise, make the change for all cpus.
924 /* cpu driver can`t change cpu power level by itself */
942 DPRINTF(D_CPU, ("%s: Failed to change "
1027 * change for the target device.
1043 *result = DDI_SUCCESS; /* change later for failures */
1091 DPRINTF(D_FET, ("%s: \"%s\" power change failed \n",