Searched defs:ppm (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dmisc_link.c50 static int ppm(di_minor_t minor, di_node_t node);
156 { "ppm", "ddi_ppm", NULL,
157 TYPE_EXACT, ILEVEL_0, ppm
589 * Creates /dev/ppm nodes for Platform Specific PM module
592 ppm(di_minor_t minor, di_node_t node) function
594 (void) devfsadm_mklink("ppm", node, minor, 0);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c522 dev_info_t *ppm; local
536 if ((ppm = PPM(ddi_root_node())) == NULL) {
674 (void) pm_ctlops(ppm, ddi_root_node(), DDI_CTLOPS_POWER,
696 (void) pm_ctlops(ppm, ddi_root_node(), DDI_CTLOPS_POWER,
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c210 * ppm_lock: protects the list of registered ppm drivers
212 * ppm_lock -> ppm driver unit_lock
702 * loadrootmodules already loaded these ppm drivers, now get them
1434 * Return true if this node has been claimed by a ppm.
1496 * compatible device, calling into ppm to change power level.
1637 /* ppm is not interested in DDI_PM_RESUME */
2467 * This is the default method of setting the power of a device if no ppm
2846 dev_info_t *ppm = (dev_info_t *)DEVI(dip)->devi_pm_ppm; local
2850 if (pm_ctlops(ppm, dip, DDI_CTLOPS_POWER, &power_req, &result) !=
2853 * It is assumed that if the device is claimed by ppm, pp
3103 dev_info_t *ppm = (dev_info_t *)DEVI(dip)->devi_pm_ppm; local
[all...]

Completed in 95 milliseconds