Lines Matching defs:normal

2365 		    "can't get normal power values\n", PM_DEVICE(dip));
3375 "%s@%s(%s#%d) to normal\n", pmf,
3481 * if normal power not set yet, we don't really know
3482 * what *ANY* of the power values are. If normal
3484 * compatible case that the values are 0, normal power.
3493 * Components of BC devices start at their normal power,
3553 * out at their normal power, so they are "up", others start out
3591 * "normal" (max) power.
3667 * Update the maxpower (normal) power of a component. Note that the
3698 * Bring all components of device to normal power
3704 int *normal;
3711 if (pm_get_norm_pwrs(dip, &normal, &size) != DDI_SUCCESS) {
3718 if (pm_set_power(dip, i, normal[i],
3723 PM_DEVICE(dip), i, normal[i], result))
3726 kmem_free(normal, size);
3736 * Returns true if all components of device are at normal power
3742 int *normal;
3747 if (pm_get_norm_pwrs(dip, &normal, &size) != DDI_SUCCESS) {
3748 PMD(PMD_ALLNORM, ("%s: can't get normal power\n", pmf))
3753 if (normal[i] > current) {
3756 normal[i], current))
3760 kmem_free(normal, size);
3985 * Set max (previously documented as "normal") power.
3994 * Get max (previously documented as "normal") power.
4674 * This is the old obsolete interface called by drivers to set their normal
4691 PMD(PMD_NORM, ("%s: %s@%s(%s#%d) set normal power comp=%d, "
6722 * Determine what is the normal cycle usage for the
8394 * "normal" power, i.e., fully on. For the case where the console is not
8426 * to its normal level
8753 PMD(PMD_SET, ("%s: requested level is higher than normal.\n",
9079 int *normal;
9089 if (pm_get_norm_pwrs(dip, &normal, &size) != DDI_SUCCESS) {
9097 bpn.bpn_level = normal[i];
9106 i, normal[i], result))
9110 kmem_free(normal, size);