Home
last modified time | relevance | path

Searched refs:gxpd (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/msm/adreno/
A Da6xx_gmu.c1075 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 …]
A Da6xx_gmu.h73 struct device *gxpd; member
A Da6xx_gpu.c2089 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