gpu_cx            123 drivers/gpu/drm/msm/msm_gpu.c 	if (gpu->gpu_cx) {
gpu_cx            124 drivers/gpu/drm/msm/msm_gpu.c 		ret = regulator_enable(gpu->gpu_cx);
gpu_cx            136 drivers/gpu/drm/msm/msm_gpu.c 	if (gpu->gpu_cx)
gpu_cx            137 drivers/gpu/drm/msm/msm_gpu.c 		regulator_disable(gpu->gpu_cx);
gpu_cx            913 drivers/gpu/drm/msm/msm_gpu.c 	gpu->gpu_cx = devm_regulator_get(&pdev->dev, "vddcx");
gpu_cx            914 drivers/gpu/drm/msm/msm_gpu.c 	DBG("gpu_cx: %p", gpu->gpu_cx);
gpu_cx            915 drivers/gpu/drm/msm/msm_gpu.c 	if (IS_ERR(gpu->gpu_cx))
gpu_cx            916 drivers/gpu/drm/msm/msm_gpu.c 		gpu->gpu_cx = NULL;
gpu_cx            108 drivers/gpu/drm/msm/msm_gpu.h 	struct regulator *gpu_reg, *gpu_cx;