Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c873 info = PM_GET_PM_INFO(dip); in e_pm_valid_info()
881 info = PM_GET_PM_INFO(dip); in e_pm_valid_info()
961 info = PM_GET_PM_INFO(dip); in pm_rescan()
1044 ASSERT(scanp && PM_GET_PM_INFO(dip)); in pm_scan()
1219 ASSERT(scanp && PM_GET_PM_INFO(dip)); in pm_scan_dev()
1888 if ((dip != NULL) && (PM_GET_PM_INFO(dip) != NULL)) { in pm_unkeeps()
2073 (PM_GET_PM_INFO(dip) == NULL) || PM_ISBC(dip)) in e_pm_hold_rele_power()
2290 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_rem_info()
2383 if (!PM_GET_PM_INFO(dip)) in pm_reset_timestamps()
2474 pm_info_t *info = PM_GET_PM_INFO(dip); in pm_power()
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h586 #define PM_GET_PM_INFO(dip) (DEVI(dip)->devi_pm_info) macro
596 (((pm_info_t *)PM_GET_PM_INFO(dip))->pmi_dev_pm_state & PM_DIRECT)
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c910 if (PM_GET_PM_INFO(rdip)) in ppm_ctlops()
1453 if (PM_GET_PM_INFO(dip)) { in ppm_dev_init()
H A Dppm_subr.c689 for (cmpt = PM_GET_PM_INFO(dip) ? PM_NUMCMPTS(dip) : 1; cmpt--; ) { in ppm_add_dev()
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1609 if (PM_GET_PM_INFO(dip)) { in xcppm_dev_init()