Lines Matching refs:comp

90 	pfdev->regulators = devm_kcalloc(pfdev->dev, pfdev->comp->num_supplies,  in panfrost_regulator_init()
96 for (i = 0; i < pfdev->comp->num_supplies; i++) in panfrost_regulator_init()
97 pfdev->regulators[i].supply = pfdev->comp->supply_names[i]; in panfrost_regulator_init()
100 pfdev->comp->num_supplies, in panfrost_regulator_init()
109 ret = regulator_bulk_enable(pfdev->comp->num_supplies, in panfrost_regulator_init()
124 regulator_bulk_disable(pfdev->comp->num_supplies, pfdev->regulators); in panfrost_regulator_fini()
155 if (num_domains < 2 && pfdev->comp->num_pm_domains < 2) in panfrost_pm_domain_init()
158 if (num_domains != pfdev->comp->num_pm_domains) { in panfrost_pm_domain_init()
161 num_domains, pfdev->comp->num_pm_domains); in panfrost_pm_domain_init()
172 pfdev->comp->pm_domain_names[i]); in panfrost_pm_domain_init()
178 pfdev->comp->pm_domain_names[i], i, err); in panfrost_pm_domain_init()
416 if (pfdev->comp->pm_features & BIT(GPU_PM_RT)) { in panfrost_device_runtime_resume()
438 if (pfdev->comp->pm_features & BIT(GPU_PM_RT)) in panfrost_device_runtime_resume()
441 if (pfdev->comp->pm_features & BIT(GPU_PM_RT)) in panfrost_device_runtime_resume()
459 if (pfdev->comp->pm_features & BIT(GPU_PM_RT)) { in panfrost_device_runtime_suspend()
475 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) { in panfrost_device_resume()
486 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS)) { in panfrost_device_resume()
505 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS) && pfdev->bus_clock) in panfrost_device_resume()
508 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS)) in panfrost_device_resume()
511 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) in panfrost_device_resume()
525 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS)) { in panfrost_device_suspend()
532 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) in panfrost_device_suspend()