Searched refs:pll_phy_clock (Results 1 – 1 of 1) sorted by relevance
586 struct clk *pll_phy_clock; member818 clk_disable_unprepare(dsi->pll_phy_clock); in vc4_dsi_bridge_post_disable()843 struct clk *phy_parent = clk_get_parent(dsi->pll_phy_clock); in vc4_dsi_bridge_mode_fixup()923 ret = clk_set_rate(dsi->pll_phy_clock, phy_clock); in vc4_dsi_bridge_pre_enable()993 ret = clk_prepare_enable(dsi->pll_phy_clock); in vc4_dsi_bridge_pre_enable()999 hs_clock = clk_get_rate(dsi->pll_phy_clock); in vc4_dsi_bridge_pre_enable()1544 const char *parent_name = __clk_get_name(dsi->pll_phy_clock); in vc4_dsi_init_phy_clocks()1751 dsi->pll_phy_clock = devm_clk_get(dev, "phy"); in vc4_dsi_bind()1752 if (IS_ERR(dsi->pll_phy_clock)) { in vc4_dsi_bind()1753 ret = PTR_ERR(dsi->pll_phy_clock); in vc4_dsi_bind()