Searched refs:ddc_node (Results 1 – 2 of 2) sorted by relevance
542 struct device_node *ddc_node; in imx_tve_probe() local555 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_probe()556 if (ddc_node) { in imx_tve_probe()557 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_probe()558 of_node_put(ddc_node); in imx_tve_probe()
3219 struct device_node *ddc_node; in vc4_hdmi_bind() local3257 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()3258 if (!ddc_node) { in vc4_hdmi_bind()3263 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()3264 of_node_put(ddc_node); in vc4_hdmi_bind()