Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c444 struct clk *cec_clk; member
4518 hdmi->cec_clk = devm_clk_get(hdmi->dev, "cec"); in dw_hdmi_probe()
4519 if (PTR_ERR(hdmi->cec_clk) == -ENOENT) { in dw_hdmi_probe()
4520 hdmi->cec_clk = NULL; in dw_hdmi_probe()
4521 } else if (IS_ERR(hdmi->cec_clk)) { in dw_hdmi_probe()
4522 ret = PTR_ERR(hdmi->cec_clk); in dw_hdmi_probe()
4527 hdmi->cec_clk = NULL; in dw_hdmi_probe()
4530 ret = clk_prepare_enable(hdmi->cec_clk); in dw_hdmi_probe()
4746 if (hdmi->cec_clk) { in dw_hdmi_probe()
4747 clk_disable_unprepare(hdmi->cec_clk); in dw_hdmi_probe()
[all...]

Completed in 6 milliseconds