Home
last modified time | relevance | path

Searched refs:clk_mod (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c481 phy->clk_mod = of_clk_get_by_name(node, "mod"); in sun8i_hdmi_phy_probe()
482 if (IS_ERR(phy->clk_mod)) { in sun8i_hdmi_phy_probe()
484 ret = PTR_ERR(phy->clk_mod); in sun8i_hdmi_phy_probe()
534 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_probe()
557 clk_put(phy->clk_mod); in sun8i_hdmi_phy_probe()
568 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_remove()
578 clk_put(phy->clk_mod); in sun8i_hdmi_phy_remove()
Dsun8i_dw_hdmi.h162 struct clk *clk_mod; member