Home
last modified time | relevance | path

Searched refs:clk_pll0 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c661 phy->clk_pll0 = of_clk_get_by_name(node, "pll-0"); in sun8i_hdmi_phy_probe()
662 if (IS_ERR(phy->clk_pll0)) { in sun8i_hdmi_phy_probe()
664 ret = PTR_ERR(phy->clk_pll0); in sun8i_hdmi_phy_probe()
729 clk_put(phy->clk_pll0); in sun8i_hdmi_phy_probe()
750 clk_put(phy->clk_pll0); in sun8i_hdmi_phy_remove()
Dsun8i_hdmi_phy_clk.c150 parents[0] = __clk_get_name(phy->clk_pll0); in sun8i_phy_clk_create()
Dsun8i_dw_hdmi.h170 struct clk *clk_pll0; member