Searched refs:ddc_node (Results 1 – 3 of 3) sorted by relevance
532 struct device_node *ddc_node; in imx_tve_probe() local545 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_probe()546 if (ddc_node) { in imx_tve_probe()547 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_probe()548 of_node_put(ddc_node); in imx_tve_probe()
3148 struct device_node *ddc_node; in vc4_hdmi_bind() local3186 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()3187 if (!ddc_node) { in vc4_hdmi_bind()3192 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()3193 of_node_put(ddc_node); in vc4_hdmi_bind()
3325 struct device_node *ddc_node; in dw_hdmi_probe() local3361 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()3362 if (ddc_node) { in dw_hdmi_probe()3363 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()3364 of_node_put(ddc_node); in dw_hdmi_probe()
Completed in 23 milliseconds