Searched refs:gxpd (Results 1 – 3 of 3) sorted by relevance
1040 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()1041 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()1049 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1101 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()1209 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()1210 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()1561 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()1562 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()1563 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()1638 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_wrapper_init()[all …]
61 struct device *gxpd; member
1866 pm_runtime_resume_and_get(gmu->gxpd); in a6xx_pm_resume()1878 pm_runtime_put(gmu->gxpd); in a6xx_pm_resume()1939 pm_runtime_put_sync(gmu->gxpd); in a6xx_pm_suspend()