Lines Matching refs:ppm

210  * 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;
2850 if (pm_ctlops(ppm, dip, DDI_CTLOPS_POWER, &power_req, &result) !=
2853 * It is assumed that if the device is claimed by ppm, ppm
2908 /* ppm is not interested in DDI_PM_RESUME */
3089 * Update the power state in the framework (via the ppm). The 'notify'
3103 dev_info_t *ppm = (dev_info_t *)DEVI(dip)->devi_pm_ppm;
3121 * Tell ppm about this.
3128 if (pm_ctlops(ppm, dip, DDI_CTLOPS_POWER, &power_req,
3254 * Tell ppm about this.
3284 * Call the ppm's that have registered and adjust the devinfo struct as
3286 * by each ppm are assumed to be disjoint.
4826 * This is the DDI_CTLOPS_POWER handler that is used when there is no ppm
4850 * If no ppm driver has been installed then this interface is called
4985 * However, we only ever do this on a ppm driver.
4992 /* if no ppm handler, call the default routine */
5942 * Note 1: for use by ppm only.
5988 * Note: for use by ppm only.
6016 * Note: for use by ppm only.
6805 * to be installed. In some platforms, ppm may need to configure the hardware
6816 if (pm_ppm_claimed(dip)) { /* if ppm driver claims the node */
6849 if (pm_ppm_claimed(dip)) { /* if ppm driver claims the node */
6936 * Notify ppm of attach action. Parent is already held at full power by
6961 if (cp->ppc_ppm) { /* if ppm driver claims the node */
6980 if (cp->ppc_ppm) { /* if ppm driver claims the node */
7011 * being uninstalled. In some platforms, ppm may need to reconfigure the
7022 if (pm_ppm_claimed(dip)) { /* if ppm driver claims the node */
7040 * Also notify ppm of result of probe if there is a ppm that cares
7049 if (cp->ppc_ppm) { /* if ppm driver claims the node */
7108 * Notify ppm of result of attach if there is a ppm that cares
7135 if (cp->ppc_ppm) { /* if ppm driver claims the node */
7155 * Notify ppm of attach action. Parent is already held at full power by
7171 if (pm_ppm_claimed(dip)) { /* if ppm driver claims node */
7307 if (cp->ppc_ppm) { /* if ppm driver claims the node */