Lines Matching refs:pm_ctlops
1566 if ((power_op_ret = pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, in power_dev()
2115 (void) pm_ctlops((dev_info_t *)ppmcp->ppmc_dip, dip, in pm_ppm_notify_all_lowest()
2532 retval = pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, in pm_unmanage()
2536 retval = pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, in pm_unmanage()
2845 if (pm_ctlops(ppm, dip, DDI_CTLOPS_POWER, &power_req, &result) != in pm_blocked_by_us()
3123 if (pm_ctlops(ppm, dip, DDI_CTLOPS_POWER, &power_req, in pm_phc_impl()
3262 if (pm_ctlops(PPM(dip), dip, in pm_register_ppm()
4981 pm_ctlops(dev_info_t *d, dev_info_t *r, ddi_ctl_enum_t op, void *a, void *v) in pm_ctlops() function
5884 (void) pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, &result); in pm_lock_power()
5899 (void) pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, &result); in pm_unlock_power()
5917 (void) pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, &result); in pm_try_locking_power()
6811 return (pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, in pm_init_child()
6818 (void) pm_ctlops(NULL, dip, in pm_init_child()
6844 (void) pm_ctlops(PPM(dip), dip, in pm_pre_probe()
6852 (void) pm_ctlops(NULL, dip, in pm_pre_probe()
6956 (void) pm_ctlops(cp->ppc_ppm, dip, DDI_CTLOPS_POWER, in pm_pre_attach()
6963 (void) pm_ctlops(NULL, dip, in pm_pre_attach()
6977 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_pre_attach()
6986 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_pre_attach()
7017 return (pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, &power_req, in pm_uninit_child()
7024 (void) pm_ctlops(NULL, dip, DDI_CTLOPS_POWER, &power_req, NULL); in pm_uninit_child()
7045 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, DDI_CTLOPS_POWER, in pm_post_probe()
7053 (void) pm_ctlops(NULL, cp->ppc_dip, DDI_CTLOPS_POWER, in pm_post_probe()
7131 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_post_attach()
7139 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_post_attach()
7166 (void) pm_ctlops(PPM(dip), dip, DDI_CTLOPS_POWER, in pm_pre_detach()
7174 (void) pm_ctlops(NULL, dip, in pm_pre_detach()
7303 (void) pm_ctlops(cp->ppc_ppm, cp->ppc_dip, in pm_post_detach()
7311 (void) pm_ctlops(NULL, cp->ppc_dip, in pm_post_detach()
9345 ret = pm_ctlops((dev_info_t *)DEVI(ddi_root_node())->devi_pm_ppm, in pm_ppm_searchlist()