Searched refs:gxpd (Results 1 – 3 of 3) sorted by relevance
1083 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()1084 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()1092 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1144 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1258 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1259 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1754 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1755 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1756 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1834 if (IS_ERR(gmu->gxpd)) { in a6xx_gmu_wrapper_init()[all …]
73 struct device *gxpd; member
2070 pm_runtime_resume_and_get(gmu->gxpd); in a6xx_pm_resume()2082 pm_runtime_put(gmu->gxpd); in a6xx_pm_resume()2143 pm_runtime_put_sync(gmu->gxpd); in a6xx_pm_suspend()