Searched refs:pll_phy_clock (Results 1 – 1 of 1) sorted by relevance
586 struct clk *pll_phy_clock; member819 clk_disable_unprepare(dsi->pll_phy_clock); in vc4_dsi_bridge_post_disable()844 struct clk *phy_parent = clk_get_parent(dsi->pll_phy_clock); in vc4_dsi_bridge_mode_fixup()924 ret = clk_set_rate(dsi->pll_phy_clock, phy_clock); in vc4_dsi_bridge_pre_enable()995 ret = clk_prepare_enable(dsi->pll_phy_clock); in vc4_dsi_bridge_pre_enable()1001 hs_clock = clk_get_rate(dsi->pll_phy_clock); in vc4_dsi_bridge_pre_enable()1548 const char *parent_name = __clk_get_name(dsi->pll_phy_clock); in vc4_dsi_init_phy_clocks()1755 dsi->pll_phy_clock = devm_clk_get(dev, "phy"); in vc4_dsi_bind()1756 if (IS_ERR(dsi->pll_phy_clock)) { in vc4_dsi_bind()1757 ret = PTR_ERR(dsi->pll_phy_clock); in vc4_dsi_bind()