Searched refs:gxpd (Results 1 – 3 of 3) sorted by relevance
961 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()962 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()969 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1017 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1125 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1126 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1471 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1472 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1473 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1545 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_wrapper_init()[all …]
60 struct device *gxpd; member
1954 pm_runtime_resume_and_get(gmu->gxpd); in a6xx_pm_resume()1966 pm_runtime_put(gmu->gxpd); in a6xx_pm_resume()2027 pm_runtime_put_sync(gmu->gxpd); in a6xx_pm_suspend()