Searched defs:pm_level (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dcpudrv_mach.c56 #define PM_2_PLAT_LEVEL(cpupm, pm_level) (cpupm->num_spd - pm_level)
76 plat_level = PM_2_PLAT_LEVEL(cpupm, new_spd->pm_level);
141 int pm_level; local
152 pm_level = PLAT_2_PM_LEVEL(cpupm, plat_level);
158 if (spd->pm_level > pm_level)
163 if (spd->pm_level == pm_level)
174 (void) pm_update_maxpower(dip, 0, top_spd->pm_level);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dcpudrv.h72 int pm_level; /* power level for framework */ member in struct:cpudrv_pm_spd
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c4440 * pm driver to bring the device component 'pm_cmpt' to power level 'pm_level'.
4464 ddi_power(dev_info_t *dip, int pm_cmpt, int pm_level) argument
4471 request.req.set_power_req.level = pm_level;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2026 uint32_t pm_level; member in struct:emlxs_hba
2027 /* pm_level */

Completed in 115 milliseconds