Searched refs:ddc_node (Results 1 – 4 of 4) 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()
441 struct device_node *ddc_node; in vc4_hdmi_bind() local465 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()466 if (!ddc_node) { in vc4_hdmi_bind()482 hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
1840 struct device_node *ddc_node, *phy_node; in hdmi_probe() local1874 ddc_node = hdmi_legacy_ddc_dt_binding(dev); in hdmi_probe()1875 if (ddc_node) in hdmi_probe()1879 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in hdmi_probe()1880 if (!ddc_node) { in hdmi_probe()1886 hdata->ddc_adpt = of_find_i2c_adapter_by_node(ddc_node); in hdmi_probe()
1666 struct device_node *ddc_node; in dw_hdmi_bind() local1707 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_bind()1708 if (ddc_node) { in dw_hdmi_bind()1709 hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in dw_hdmi_bind()1710 of_node_put(ddc_node); in dw_hdmi_bind()