Searched refs:phyref_clk (Results 1 – 1 of 1) sorted by relevance
176 struct clk *phyref_clk; member1388 hdmi->phyref_clk = devm_clk_get(hdmi->dev, "vpll"); in rockchip_hdmi_parse_dt()1389 if (PTR_ERR(hdmi->phyref_clk) == -ENOENT) in rockchip_hdmi_parse_dt()1390 hdmi->phyref_clk = devm_clk_get(hdmi->dev, "ref"); in rockchip_hdmi_parse_dt()1392 if (PTR_ERR(hdmi->phyref_clk) == -ENOENT) { in rockchip_hdmi_parse_dt()1393 hdmi->phyref_clk = NULL; in rockchip_hdmi_parse_dt()1394 } else if (PTR_ERR(hdmi->phyref_clk) == -EPROBE_DEFER) { in rockchip_hdmi_parse_dt()1396 } else if (IS_ERR(hdmi->phyref_clk)) { in rockchip_hdmi_parse_dt()1398 return PTR_ERR(hdmi->phyref_clk); in rockchip_hdmi_parse_dt()1706 clk_set_rate(hdmi->phyref_clk, in dw_hdmi_rockchip_encoder_enable()[all …]