Searched refs:gxpd (Results 1 – 3 of 3) sorted by relevance
1180 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()1181 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()1189 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1249 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1366 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1367 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1997 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1998 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1999 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()2119 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_wrapper_init()[all …]
77 struct device *gxpd; member
2318 pm_runtime_resume_and_get(gmu->gxpd); in a6xx_pm_resume()2336 pm_runtime_put(gmu->gxpd); in a6xx_pm_resume()2402 pm_runtime_put_sync(gmu->gxpd); in a6xx_pm_suspend()