Searched refs:gxpd (Results 1 – 2 of 2) sorted by relevance
914 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()915 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()921 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()969 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1103 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1104 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1432 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1433 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1434 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1548 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_init()
55 struct device *gxpd; member