Searched refs:clk_phy (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy_clk.c173 phy->clk_phy = devm_clk_register(dev, &priv->hw);
174 if (IS_ERR(phy->clk_phy))
175 return PTR_ERR(phy->clk_phy);
H A Dsun8i_hdmi_phy.c243 clk_set_rate(phy->clk_phy, clk_rate);
548 clk_prepare_enable(phy->clk_phy);
569 clk_disable_unprepare(phy->clk_phy);
H A Dsun8i_dw_hdmi.h163 struct clk *clk_phy; member in struct:sun8i_hdmi_phy
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hdmi.h48 * @clk_phy: hdmi phy clock
73 struct clk *clk_phy; member in struct:sti_hdmi
H A Dsti_hdmi.c781 clk_disable_unprepare(hdmi->clk_phy);
896 if (clk_prepare_enable(hdmi->clk_phy))
954 ret = clk_set_rate(hdmi->clk_phy, mode->clock * 1000);
1428 hdmi->clk_phy = devm_clk_get(dev, "phy");
1429 if (IS_ERR(hdmi->clk_phy)) {
1431 ret = PTR_ERR(hdmi->clk_phy);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c75 struct clk *clk_phy; member in struct:rk_priv_data
1534 bsp_priv->clk_phy = of_clk_get(plat->phy_node, 0);
1535 ret = PTR_ERR_OR_ZERO(bsp_priv->clk_phy);
1538 clk_set_rate(bsp_priv->clk_phy, 50000000);
1555 ret = clk_prepare_enable(bsp_priv->clk_phy);
1570 clk_disable_unprepare(bsp_priv->clk_phy);

Completed in 305 milliseconds