Home
last modified time | relevance | path

Searched refs:gpu_cx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/
Dmsm_gpu.c128 if (gpu->gpu_cx) { in enable_pwrrail()
129 ret = regulator_enable(gpu->gpu_cx); in enable_pwrrail()
141 if (gpu->gpu_cx) in disable_pwrrail()
142 regulator_disable(gpu->gpu_cx); in disable_pwrrail()
919 gpu->gpu_cx = devm_regulator_get(&pdev->dev, "vddcx"); in msm_gpu_init()
920 DBG("gpu_cx: %p", gpu->gpu_cx); in msm_gpu_init()
921 if (IS_ERR(gpu->gpu_cx)) in msm_gpu_init()
922 gpu->gpu_cx = NULL; in msm_gpu_init()
Dmsm_gpu.h115 struct regulator *gpu_reg, *gpu_cx; member