Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c525 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_init()
547 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_init()
558 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_deinit()
719 phy->clk_mod = of_clk_get_by_name(node, "mod"); in sun8i_hdmi_phy_probe()
720 if (IS_ERR(phy->clk_mod)) { in sun8i_hdmi_phy_probe()
722 ret = PTR_ERR(phy->clk_mod); in sun8i_hdmi_phy_probe()
760 clk_put(phy->clk_mod); in sun8i_hdmi_phy_probe()
775 clk_put(phy->clk_mod); in sun8i_hdmi_phy_remove()
Dsun8i_dw_hdmi.h168 struct clk *clk_mod; member
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi.c37 struct clk *clk_mod; member
177 clk_rate_exclusive_put(sdev->clk_mod); in sun6i_csi_set_power()
178 clk_disable_unprepare(sdev->clk_mod); in sun6i_csi_set_power()
183 ret = clk_prepare_enable(sdev->clk_mod); in sun6i_csi_set_power()
190 clk_set_rate_exclusive(sdev->clk_mod, 300000000); in sun6i_csi_set_power()
212 clk_rate_exclusive_put(sdev->clk_mod); in sun6i_csi_set_power()
213 clk_disable_unprepare(sdev->clk_mod); in sun6i_csi_set_power()
852 sdev->clk_mod = devm_clk_get(&pdev->dev, "mod"); in sun6i_csi_resource_request()
853 if (IS_ERR(sdev->clk_mod)) { in sun6i_csi_resource_request()
855 return PTR_ERR(sdev->clk_mod); in sun6i_csi_resource_request()