Searched refs:ddc_node (Results 1 – 3 of 3) sorted by relevance
567 struct device_node *ddc_node; in imx_tve_bind() local582 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind()583 if (ddc_node) { in imx_tve_bind()584 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_bind()585 of_node_put(ddc_node); in imx_tve_bind()
1558 struct device_node *ddc_node; in dw_hdmi_bind() local1592 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_bind()1593 if (ddc_node) { in dw_hdmi_bind()1594 hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in dw_hdmi_bind()1595 of_node_put(ddc_node); in dw_hdmi_bind()
2336 struct device_node *ddc_node, *phy_node; in hdmi_probe() local2401 ddc_node = hdmi_legacy_ddc_dt_binding(dev); in hdmi_probe()2402 if (ddc_node) in hdmi_probe()2406 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in hdmi_probe()2407 if (!ddc_node) { in hdmi_probe()2414 hdata->ddc_adpt = of_find_i2c_adapter_by_node(ddc_node); in hdmi_probe()