Searched refs:gxpd (Results 1 – 2 of 2) sorted by relevance
935 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()936 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()943 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()991 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()1457 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1458 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1459 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1591 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_init()
58 struct device *gxpd; member