Home
last modified time | relevance | path

Searched refs:ppc_ppm (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dsunpm.c6855 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()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Depm.h523 dev_info_t *ppc_ppm; /* interested ppm driver */ member