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

/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1043 if (!IS_ERR_OR_NULL(gmu->gxpd))
1044 pm_runtime_get_sync(gmu->gxpd);
1052 pm_runtime_put(gmu->gxpd);
1104 pm_runtime_put(gmu->gxpd);
1212 if (!IS_ERR_OR_NULL(gmu->gxpd))
1213 pm_runtime_put_sync(gmu->gxpd);
1558 if (!IS_ERR_OR_NULL(gmu->gxpd)) {
1559 pm_runtime_disable(gmu->gxpd);
1560 dev_pm_domain_detach(gmu->gxpd, false);
1635 gmu->gxpd
[all...]
H A Da6xx_gmu.h61 struct device *gxpd; member in struct:a6xx_gmu
H A Da6xx_gpu.c2636 pm_runtime_resume_and_get(gmu->gxpd);
2648 pm_runtime_put(gmu->gxpd);
2709 pm_runtime_put_sync(gmu->gxpd);

Completed in 117 milliseconds