Home
last modified time | relevance | path

Searched refs:pm_get_normal_power (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsunpm.h117 int pm_get_normal_power(dev_info_t *dip, int component_number);
/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c2371 bufp[i] = pm_get_normal_power(dip, i); in pm_get_norm_pwrs()
3486 norm = pm_get_normal_power(dip, i); in pm_premanage()
3596 pm_get_normal_power(dev_info_t *dip, int comp) in pm_get_normal_power() function
7836 norm = pm_get_normal_power(cfb_dip, ci); in pm_cfb_powerup()
8719 int nrmpwr0 = pm_get_normal_power(dip, 0); in pm_busop_set_power()
8752 if (nlevel > pm_get_normal_power(dip, comp)) { in pm_busop_set_power()
/titanic_41/usr/src/uts/common/io/ppm/
H A Dppm.c726 level = pm_get_normal_power(ppmd->dip, 0); in ppm_ioctl()
/titanic_41/usr/src/uts/common/io/
H A Dpm.c1442 normal = pm_get_normal_power(dip, req.component); in pm_ioctl()