Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c489 phy->clk_pll0 = of_clk_get_by_name(node, "pll-0"); in sun8i_hdmi_phy_probe()
490 if (IS_ERR(phy->clk_pll0)) { in sun8i_hdmi_phy_probe()
492 ret = PTR_ERR(phy->clk_pll0); in sun8i_hdmi_phy_probe()
555 clk_put(phy->clk_pll0); in sun8i_hdmi_phy_probe()
576 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.h164 struct clk *clk_pll0; member