Searched refs:gxpd (Results 1 – 2 of 2) sorted by relevance
986 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()987 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()994 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1042 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1150 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1151 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1484 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1485 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1486 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1627 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_init()
58 struct device *gxpd; member