Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c1558 struct device_node *ddc_node; in dw_hdmi_bind() local
1592 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_bind()
1593 if (ddc_node) { in dw_hdmi_bind()
1594 hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in dw_hdmi_bind()
1595 of_node_put(ddc_node); in dw_hdmi_bind()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c2336 struct device_node *ddc_node, *phy_node; in hdmi_probe() local
2401 ddc_node = hdmi_legacy_ddc_dt_binding(dev); in hdmi_probe()
2402 if (ddc_node) in hdmi_probe()
2406 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in hdmi_probe()
2407 if (!ddc_node) { in hdmi_probe()
2414 hdata->ddc_adpt = of_find_i2c_adapter_by_node(ddc_node); in hdmi_probe()