Searched refs:ddc_node (Results 1 – 2 of 2) sorted by relevance
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()