Home
last modified time | relevance | path

Searched refs:ddc_node (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-tve.c567 struct device_node *ddc_node; in imx_tve_bind() local
582 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()
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_hdmi.c441 struct device_node *ddc_node; in vc4_hdmi_bind() local
465 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()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1840 struct device_node *ddc_node, *phy_node; in hdmi_probe() local
1874 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()
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c1666 struct device_node *ddc_node; in dw_hdmi_bind() local
1707 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()