Searched refs:gxpd (Results 1 – 2 of 2) sorted by relevance
895 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()896 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()902 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()950 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1084 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1085 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1413 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1414 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1415 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1529 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_init()
55 struct device *gxpd; member