ebi1_clk 469 drivers/clk/qcom/clk-rpm.c DEFINE_CLK_RPM(msm8660, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK); ebi1_clk 503 drivers/clk/qcom/clk-rpm.c DEFINE_CLK_RPM(apq8064, ebi1_clk, ebi1_a_clk, QCOM_RPM_EBI1_CLK); ebi1_clk 175 drivers/gpu/drm/msm/msm_gpu.c if (gpu->ebi1_clk) ebi1_clk 176 drivers/gpu/drm/msm/msm_gpu.c clk_prepare_enable(gpu->ebi1_clk); ebi1_clk 182 drivers/gpu/drm/msm/msm_gpu.c if (gpu->ebi1_clk) ebi1_clk 183 drivers/gpu/drm/msm/msm_gpu.c clk_disable_unprepare(gpu->ebi1_clk); ebi1_clk 902 drivers/gpu/drm/msm/msm_gpu.c gpu->ebi1_clk = msm_clk_get(pdev, "bus"); ebi1_clk 903 drivers/gpu/drm/msm/msm_gpu.c DBG("ebi1_clk: %p", gpu->ebi1_clk); ebi1_clk 904 drivers/gpu/drm/msm/msm_gpu.c if (IS_ERR(gpu->ebi1_clk)) ebi1_clk 905 drivers/gpu/drm/msm/msm_gpu.c gpu->ebi1_clk = NULL; ebi1_clk 111 drivers/gpu/drm/msm/msm_gpu.h struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk;