Searched refs:gxpd (Results 1 – 2 of 2) sorted by relevance
989 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()990 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()997 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1045 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1153 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1154 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1487 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1488 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1489 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1630 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_init()
58 struct device *gxpd; member