Lines Matching refs:ppc_ppm
6855 cp->ppc_ppm = PPM(dip); in pm_pre_probe()
6864 cp->ppc_ppm = NULL; in pm_pre_probe()
6951 cp->ppc_ppm = PPM(dip); in pm_pre_attach()
6961 if (cp->ppc_ppm) { /* if ppm driver claims the node */ in pm_pre_attach()
6965 (void) pm_ctlops(cp->ppc_ppm, dip, DDI_CTLOPS_POWER, in pm_pre_attach()
6980 if (cp->ppc_ppm) { /* if ppm driver claims the node */ in pm_pre_attach()
6985 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_pre_attach()
6986 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_pre_attach()
7049 if (cp->ppc_ppm) { /* if ppm driver claims the node */ in pm_post_probe()
7053 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_post_probe()
7054 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, DDI_CTLOPS_POWER, in pm_post_probe()
7135 if (cp->ppc_ppm) { /* if ppm driver claims the node */ in pm_post_attach()
7139 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_post_attach()
7140 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_post_attach()
7177 cp->ppc_ppm = PPM(dip); in pm_pre_detach()
7186 cp->ppc_ppm = NULL; in pm_pre_detach()
7307 if (cp->ppc_ppm) { /* if ppm driver claims the node */ in pm_post_detach()
7311 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_post_detach()
7312 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_post_detach()