Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_hdmirx.c611 struct clk *aud_clk; member
656 clk_prepare_enable(hdmirx->aud_clk); in rk628_hdmirx_ctrl_enable()
742 clk_disable_unprepare(hdmirx->aud_clk); in rk628_hdmirx_ctrl_disable()
899 hdmirx->aud_clk = devm_clk_get(dev, "audio"); in rk628_hdmirx_probe()
900 if (IS_ERR(hdmirx->aud_clk)) { in rk628_hdmirx_probe()
901 ret = PTR_ERR(hdmirx->aud_clk); in rk628_hdmirx_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c175 struct clk *aud_clk; member
1431 hdmi->aud_clk = devm_clk_get_optional(hdmi->dev, "aud"); in rockchip_hdmi_parse_dt()
1432 if (IS_ERR(hdmi->aud_clk)) { in rockchip_hdmi_parse_dt()
1433 dev_err_probe(hdmi->dev, PTR_ERR(hdmi->aud_clk), in rockchip_hdmi_parse_dt()
1435 return PTR_ERR(hdmi->aud_clk); in rockchip_hdmi_parse_dt()
3515 ret = clk_prepare_enable(hdmi->aud_clk); in dw_hdmi_rockchip_bind()
3686 clk_disable_unprepare(hdmi->aud_clk); in dw_hdmi_rockchip_bind()
3723 clk_disable_unprepare(hdmi->aud_clk); in dw_hdmi_rockchip_unbind()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dzynqmp.dtsi995 clock-names = "aclk", "aud_clk";
1018 clock-names = "aud_clk";