Home
last modified time | relevance | path

Searched refs:clk_mod (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A 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()
H A Dsun8i_dw_hdmi.h168 struct clk *clk_mod; member
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun6i-csi/
H A 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()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c534 ret = clk_prepare_enable(phy->clk_mod); in sun8i_hdmi_phy_init()
556 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_init()
567 clk_disable_unprepare(phy->clk_mod); in sun8i_hdmi_phy_deinit()
703 phy->clk_mod = devm_clk_get(dev, "mod"); in sun8i_hdmi_phy_probe()
704 if (IS_ERR(phy->clk_mod)) in sun8i_hdmi_phy_probe()
705 return dev_err_probe(dev, PTR_ERR(phy->clk_mod), in sun8i_hdmi_phy_probe()
H A Dsun8i_dw_hdmi.h162 struct clk *clk_mod; member

Completed in 5 milliseconds