Lines Matching refs:pd_dev
175 struct device **pd_dev;
1340 if (!IS_ERR_OR_NULL(anv->pd_dev[i]))
1341 dev_pm_domain_detach(anv->pd_dev[i], true);
1355 anv->pd_dev = devm_kcalloc(dev, anv->pd_count, sizeof(*anv->pd_dev),
1357 if (!anv->pd_dev)
1366 anv->pd_dev[i] = dev_pm_domain_attach_by_id(dev, i);
1367 if (IS_ERR(anv->pd_dev[i])) {
1369 return PTR_ERR(anv->pd_dev[i]);
1372 anv->pd_link[i] = device_link_add(dev, anv->pd_dev[i],