Searched refs:ppm_notify_level_req (Results 1 – 4 of 4) sorted by relevance
1053 old = reqp->req.ppm_notify_level_req.old_level; in xcppm_manage_fet()1054 new = reqp->req.ppm_notify_level_req.new_level; in xcppm_manage_fet()1055 cmpt = reqp->req.ppm_notify_level_req.cmpt; in xcppm_manage_fet()1154 new = reqp->req.ppm_notify_level_req.new_level; in xcppm_manage_pciupa()1155 cmpt = reqp->req.ppm_notify_level_req.cmpt; in xcppm_manage_pciupa()1277 old = reqp->req.ppm_notify_level_req.old_level; in xcppm_manage_1394()1278 new = reqp->req.ppm_notify_level_req.new_level; in xcppm_manage_1394()1279 cmpt = reqp->req.ppm_notify_level_req.cmpt; in xcppm_manage_1394()
1528 old = reqp->req.ppm_notify_level_req.old_level; in ppm_manage_fet()1529 new = reqp->req.ppm_notify_level_req.new_level; in ppm_manage_fet()1530 cmpt = reqp->req.ppm_notify_level_req.cmpt; in ppm_manage_fet()1950 old = reqp->req.ppm_notify_level_req.old_level; in ppm_manage_pci()1951 new = reqp->req.ppm_notify_level_req.new_level; in ppm_manage_pci()1952 cmpt = reqp->req.ppm_notify_level_req.cmpt; in ppm_manage_pci()2093 old = reqp->req.ppm_notify_level_req.old_level; in ppm_manage_pcie()2094 new = reqp->req.ppm_notify_level_req.new_level; in ppm_manage_pcie()2095 cmpt = reqp->req.ppm_notify_level_req.cmpt; in ppm_manage_pcie()
341 struct ppm_notify_level_req { struct346 } ppm_notify_level_req; member
3124 power_req.req.ppm_notify_level_req.who = dip; in pm_phc_impl()3125 power_req.req.ppm_notify_level_req.cmpt = comp; in pm_phc_impl()3126 power_req.req.ppm_notify_level_req.new_level = level; in pm_phc_impl()3127 power_req.req.ppm_notify_level_req.old_level = old_level; in pm_phc_impl()3231 struct ppm_notify_level_req *p = &power_req.req.ppm_notify_level_req; in pm_register_ppm()4933 ASSERT(reqp->req.ppm_notify_level_req.who == rdip); in pm_default_ctlops()4936 PM_DEVICE(reqp->req.ppm_notify_level_req.who), in pm_default_ctlops()4937 reqp->req.ppm_notify_level_req.cmpt, in pm_default_ctlops()4938 PM_CURPOWER(reqp->req.ppm_notify_level_req.who, in pm_default_ctlops()4939 reqp->req.ppm_notify_level_req.cmpt), in pm_default_ctlops()[all …]