Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/sun4i/
A Dsun8i_hdmi_phy.c533 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_init()
555 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_init()
566 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_deinit()
702 phy->clk_mod = devm_clk_get(dev, "mod"); in sun8i_hdmi_phy_probe()
703 if (IS_ERR(phy->clk_mod)) in sun8i_hdmi_phy_probe()
704 return dev_err_probe(dev, PTR_ERR(phy->clk_mod), in sun8i_hdmi_phy_probe()
A Dsun8i_dw_hdmi.h162 struct clk *clk_mod; member

Completed in 5 milliseconds