Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/imx/
Dimx-tve.c508 struct device_node *ddc_node; in imx_tve_bind() local
521 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind()
522 if (ddc_node) { in imx_tve_bind()
523 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_bind()
524 of_node_put(ddc_node); in imx_tve_bind()
Dimx-ldb.c523 struct device_node *ddc_node; in imx_ldb_panel_ddc() local
527 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc()
528 if (ddc_node) { in imx_ldb_panel_ddc()
529 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc()
530 of_node_put(ddc_node); in imx_ldb_panel_ddc()
/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.c1687 struct device_node *ddc_node; in vc4_hdmi_bind() local
1710 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
1711 if (!ddc_node) { in vc4_hdmi_bind()
1716 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
1717 of_node_put(ddc_node); in vc4_hdmi_bind()
/Linux-v5.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c3185 struct device_node *ddc_node; in dw_hdmi_probe() local
3215 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()
3216 if (ddc_node) { in dw_hdmi_probe()
3217 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()
3218 of_node_put(ddc_node); in dw_hdmi_probe()