Lines Matching refs:ppc_dip

6846 	cp->ppc_dip = dip;  in pm_pre_probe()
6952 cp->ppc_dip = dip; in pm_pre_attach()
6982 power_req.req.resume_req.who = cp->ppc_dip; 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()
6992 power_req.req.resume_req.who = cp->ppc_dip; in pm_pre_attach()
6995 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_pre_attach()
7051 power_req.req.ppm_config_req.who = cp->ppc_dip; 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()
7060 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_probe()
7062 (void) pm_ctlops(NULL, cp->ppc_dip, DDI_CTLOPS_POWER, in pm_post_probe()
7120 dip = cp->ppc_dip; in pm_post_attach()
7137 power_req.req.ppm_config_req.who = cp->ppc_dip; 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()
7146 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_attach()
7148 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_post_attach()
7165 cp->ppc_dip = dip; in pm_pre_detach()
7301 dev_info_t *dip = cp->ppc_dip; in pm_post_detach()
7309 power_req.req.ppm_config_req.who = cp->ppc_dip; 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()
7318 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_detach()
7320 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_post_detach()