Searched refs:set_pwrdm_constraint (Results 1 – 2 of 2) sorted by relevance
18 int (*set_pwrdm_constraint)(struct platform_device *pdev, bool request, member
1041 if (pdata && pdata->set_pwrdm_constraint) { in omap_iommu_runtime_suspend()1042 ret = pdata->set_pwrdm_constraint(pdev, false, &obj->pwrst); in omap_iommu_runtime_suspend()1071 if (pdata && pdata->set_pwrdm_constraint) { in omap_iommu_runtime_resume()1072 ret = pdata->set_pwrdm_constraint(pdev, true, &obj->pwrst); in omap_iommu_runtime_resume()