Searched refs:gxpd (Results 1 – 3 of 3) sorted by relevance
1075 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()1076 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()1084 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1136 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1250 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1251 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1817 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1818 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1897 if (IS_ERR(gmu->gxpd)) { in a6xx_gmu_wrapper_init()1898 ret = PTR_ERR(gmu->gxpd); in a6xx_gmu_wrapper_init()[all …]
73 struct device *gxpd; member
2089 pm_runtime_resume_and_get(gmu->gxpd); in a6xx_pm_resume()2101 pm_runtime_put(gmu->gxpd); in a6xx_pm_resume()2162 pm_runtime_put_sync(gmu->gxpd); in a6xx_pm_suspend()
Completed in 17 milliseconds