Searched refs:rk_hdmi_probe (Results 1 – 5 of 5) sorted by relevance
74 int rk_hdmi_probe(struct udevice *dev);
60 return rk_hdmi_probe(dev); in rk3399_hdmi_probe()
95 return rk_hdmi_probe(dev); in rk3288_hdmi_probe()
107 int rk_hdmi_probe(struct udevice *dev) in rk_hdmi_probe() function
171 static int rk_hdmi_probe(struct platform_device *pdev) in rk_hdmi_probe() function296 .probe = rk_hdmi_probe,