Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gpu.c39 if (gpu->gpu_cx) { in enable_pwrrail()
40 ret = regulator_enable(gpu->gpu_cx); in enable_pwrrail()
52 if (gpu->gpu_cx) in disable_pwrrail()
53 regulator_disable(gpu->gpu_cx); in disable_pwrrail()
904 gpu->gpu_cx = devm_regulator_get(&pdev->dev, "vddcx"); in msm_gpu_init()
905 DBG("gpu_cx: %p", gpu->gpu_cx); in msm_gpu_init()
906 if (IS_ERR(gpu->gpu_cx)) in msm_gpu_init()
907 gpu->gpu_cx = NULL; in msm_gpu_init()
Dmsm_gpu.h229 struct regulator *gpu_reg, *gpu_cx; member