Searched refs:dss_dphy0_ref_clk (Results 1 – 3 of 3) sorted by relevance
883 ret = clk_prepare_enable(ctx->dss_dphy0_ref_clk); in dsi_encoder_enable_sub()1217 ctx->dss_dphy0_ref_clk = devm_clk_get(&pdev->dev, "clk_txdphy0_ref"); in dsi_parse_dt()1218 if (IS_ERR(ctx->dss_dphy0_ref_clk)) { in dsi_parse_dt()1220 return PTR_ERR(ctx->dss_dphy0_ref_clk); in dsi_parse_dt()1223 ret = clk_set_rate(ctx->dss_dphy0_ref_clk, DEFAULT_MIPI_CLK_RATE); in dsi_parse_dt()1231 clk_get_rate(ctx->dss_dphy0_ref_clk)); in dsi_parse_dt()
57 struct clk *dss_dphy0_ref_clk; member
244 clk_disable_unprepare(ctx->dss_dphy0_ref_clk); in dsi_encoder_disable()