Lines Matching refs:ppc_dip

6837 	cp->ppc_dip = dip;  in pm_pre_probe()
6943 cp->ppc_dip = dip; in pm_pre_attach()
6973 power_req.req.resume_req.who = cp->ppc_dip; in pm_pre_attach()
6976 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_pre_attach()
6977 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_pre_attach()
6983 power_req.req.resume_req.who = cp->ppc_dip; in pm_pre_attach()
6986 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_pre_attach()
7042 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_probe()
7044 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_post_probe()
7045 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, DDI_CTLOPS_POWER, in pm_post_probe()
7051 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_probe()
7053 (void) pm_ctlops(NULL, cp->ppc_dip, DDI_CTLOPS_POWER, in pm_post_probe()
7111 dip = cp->ppc_dip; in pm_post_attach()
7128 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_attach()
7130 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_post_attach()
7131 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_post_attach()
7137 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_attach()
7139 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_post_attach()
7156 cp->ppc_dip = dip; in pm_pre_detach()
7292 dev_info_t *dip = cp->ppc_dip; in pm_post_detach()
7300 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_detach()
7302 ASSERT(PPM(cp->ppc_dip) == cp->ppc_ppm); in pm_post_detach()
7303 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_post_detach()
7309 power_req.req.ppm_config_req.who = cp->ppc_dip; in pm_post_detach()
7311 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_post_detach()