Searched refs:inno_hdmi_phy_of_match (Results 1 – 3 of 3) sorted by relevance
1209 static const struct rockchip_inno_data inno_hdmi_phy_of_match[] = { variable1251 for (i = 0; i < ARRAY_SIZE(inno_hdmi_phy_of_match); i++) { in inno_hdmi_phy_init()1252 if (!strcmp(name, inno_hdmi_phy_of_match[i].compatible)) { in inno_hdmi_phy_init()1253 inno->plat_data = inno_hdmi_phy_of_match[i].data; in inno_hdmi_phy_init()1296 if (i >= ARRAY_SIZE(inno_hdmi_phy_of_match)) in inno_hdmi_phy_init()
1434 static const struct of_device_id inno_hdmi_phy_of_match[] = { variable1446 MODULE_DEVICE_TABLE(of, inno_hdmi_phy_of_match);1501 match = of_match_node(inno_hdmi_phy_of_match, pdev->dev.of_node); in inno_hdmi_phy_probe()1625 .of_match_table = of_match_ptr(inno_hdmi_phy_of_match),
1258 static const struct of_device_id inno_hdmi_phy_of_match[] = { variable1267 MODULE_DEVICE_TABLE(of, inno_hdmi_phy_of_match);1274 .of_match_table = inno_hdmi_phy_of_match,