Lines Matching refs:gxpd
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()
1639 if (IS_ERR(gmu->gxpd)) { in a6xx_gmu_wrapper_init()
1640 ret = PTR_ERR(gmu->gxpd); in a6xx_gmu_wrapper_init()
1809 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_init()