Home
last modified time | relevance | path

Searched refs:ppm_notify_level_req (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1057 old = reqp->req.ppm_notify_level_req.old_level; in xcppm_manage_fet()
1058 new = reqp->req.ppm_notify_level_req.new_level; in xcppm_manage_fet()
1059 cmpt = reqp->req.ppm_notify_level_req.cmpt; in xcppm_manage_fet()
1158 new = reqp->req.ppm_notify_level_req.new_level; in xcppm_manage_pciupa()
1159 cmpt = reqp->req.ppm_notify_level_req.cmpt; in xcppm_manage_pciupa()
1281 old = reqp->req.ppm_notify_level_req.old_level; in xcppm_manage_1394()
1282 new = reqp->req.ppm_notify_level_req.new_level; in xcppm_manage_1394()
1283 cmpt = reqp->req.ppm_notify_level_req.cmpt; in xcppm_manage_1394()
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1538 old = reqp->req.ppm_notify_level_req.old_level; in ppm_manage_fet()
1539 new = reqp->req.ppm_notify_level_req.new_level; in ppm_manage_fet()
1540 cmpt = reqp->req.ppm_notify_level_req.cmpt; in ppm_manage_fet()
1960 old = reqp->req.ppm_notify_level_req.old_level; in ppm_manage_pci()
1961 new = reqp->req.ppm_notify_level_req.new_level; in ppm_manage_pci()
1962 cmpt = reqp->req.ppm_notify_level_req.cmpt; in ppm_manage_pci()
2103 old = reqp->req.ppm_notify_level_req.old_level; in ppm_manage_pcie()
2104 new = reqp->req.ppm_notify_level_req.new_level; in ppm_manage_pcie()
2105 cmpt = reqp->req.ppm_notify_level_req.cmpt; in ppm_manage_pcie()
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h345 struct ppm_notify_level_req { struct
350 } ppm_notify_level_req; member
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c3119 power_req.req.ppm_notify_level_req.who = dip; in pm_phc_impl()
3120 power_req.req.ppm_notify_level_req.cmpt = comp; in pm_phc_impl()
3121 power_req.req.ppm_notify_level_req.new_level = level; in pm_phc_impl()
3122 power_req.req.ppm_notify_level_req.old_level = old_level; in pm_phc_impl()
3226 struct ppm_notify_level_req *p = &power_req.req.ppm_notify_level_req; in pm_register_ppm()
4929 ASSERT(reqp->req.ppm_notify_level_req.who == rdip); in pm_default_ctlops()
4932 PM_DEVICE(reqp->req.ppm_notify_level_req.who), in pm_default_ctlops()
4933 reqp->req.ppm_notify_level_req.cmpt, in pm_default_ctlops()
4934 PM_CURPOWER(reqp->req.ppm_notify_level_req.who, in pm_default_ctlops()
4935 reqp->req.ppm_notify_level_req.cmpt), in pm_default_ctlops()
[all …]