Home
last modified time | relevance | path

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

/drivers/gpu/drm/imx/
Dimx-tve.c529 struct device_node *ddc_node; in imx_tve_probe() local
542 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_probe()
543 if (ddc_node) { in imx_tve_probe()
544 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_probe()
545 of_node_put(ddc_node); in imx_tve_probe()
Dimx-ldb.c553 struct device_node *ddc_node; in imx_ldb_panel_ddc() local
557 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc()
558 if (ddc_node) { in imx_ldb_panel_ddc()
559 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc()
560 of_node_put(ddc_node); in imx_ldb_panel_ddc()
/drivers/gpu/drm/vc4/
Dvc4_hdmi.c3429 struct device_node *ddc_node; in vc4_hdmi_bind() local
3467 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
3468 if (!ddc_node) { in vc4_hdmi_bind()
3473 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
3474 of_node_put(ddc_node); in vc4_hdmi_bind()
/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c3355 struct device_node *ddc_node; in dw_hdmi_probe() local
3390 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()
3391 if (ddc_node) { in dw_hdmi_probe()
3392 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()
3393 of_node_put(ddc_node); in dw_hdmi_probe()