Home
last modified time | relevance | path

Searched refs:PM_GET_PM_INFO (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dsunpm.c872 info = PM_GET_PM_INFO(dip); in e_pm_valid_info()
880 info = PM_GET_PM_INFO(dip); in e_pm_valid_info()
960 info = PM_GET_PM_INFO(dip); in pm_rescan()
1042 ASSERT(scanp && PM_GET_PM_INFO(dip)); in pm_scan()
1218 ASSERT(scanp && PM_GET_PM_INFO(dip)); in pm_scan_dev()
1888 if ((dip != NULL) && (PM_GET_PM_INFO(dip) != NULL)) { in pm_unkeeps()
2076 (PM_GET_PM_INFO(dip) == NULL) || PM_ISBC(dip)) in e_pm_hold_rele_power()
2294 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_rem_info()
2387 if (!PM_GET_PM_INFO(dip)) in pm_reset_timestamps()
2478 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_power()
[all …]
/titanic_44/usr/src/uts/common/io/
H A Dpm.c250 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_close_direct_pm_device()
349 info = PM_GET_PM_INFO(dip); in print_info()
510 if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip)) in pm_start_pm_walk()
552 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_stop_pm_walk()
806 if (!PM_GET_PM_INFO(dip)) in pm_set_idle_thresh_walk()
1258 if (!PM_GET_PM_INFO(dip) || PM_ISBC(dip)) { in pm_ioctl()
1274 if ((info = PM_GET_PM_INFO(dip)) == NULL) { in pm_ioctl()
1316 if ((info = PM_GET_PM_INFO(dip)) == NULL) { in pm_ioctl()
1370 if ((info = PM_GET_PM_INFO(dip)) == NULL) { in pm_ioctl()
1638 info = PM_GET_PM_INFO(dip); in pm_ioctl()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Depm.h584 #define PM_GET_PM_INFO(dip) (DEVI(dip)->devi_pm_info) macro
594 (((pm_info_t *)PM_GET_PM_INFO(dip))->pmi_dev_pm_state & PM_DIRECT)
/titanic_44/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c339 for (cmpt = PM_GET_PM_INFO(dip) ? PM_NUMCMPTS(dip) : 1; cmpt--; ) { in ppm_add_dev()
/titanic_44/usr/src/uts/common/io/ppm/
H A Dppm.c903 if (PM_GET_PM_INFO(rdip)) in ppm_ctlops()
1443 if (PM_GET_PM_INFO(dip)) { in ppm_dev_init()
H A Dppm_subr.c685 for (cmpt = PM_GET_PM_INFO(dip) ? PM_NUMCMPTS(dip) : 1; cmpt--; ) { in ppm_add_dev()
/titanic_44/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1611 if (PM_GET_PM_INFO(dip)) { in xcppm_dev_init()