Home
last modified time | relevance | path

Searched refs:ddc_node (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H A Dimx-tve.c509 struct device_node *ddc_node; in imx_tve_bind() local
522 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind()
523 if (ddc_node) { in imx_tve_bind()
524 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_bind()
525 of_node_put(ddc_node); in imx_tve_bind()
H A Dimx-ldb.c533 struct device_node *ddc_node; in imx_ldb_panel_ddc() local
537 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc()
538 if (ddc_node) { in imx_ldb_panel_ddc()
539 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc()
540 of_node_put(ddc_node); in imx_ldb_panel_ddc()
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/
H A Dimx-tve.c528 struct device_node *ddc_node; in imx_tve_probe() local
541 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_probe()
542 if (ddc_node) { in imx_tve_probe()
543 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_probe()
544 of_node_put(ddc_node); in imx_tve_probe()
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c1752 struct device_node *ddc_node; in vc4_hdmi_bind() local
1775 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
1776 if (!ddc_node) { in vc4_hdmi_bind()
1781 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
1782 of_node_put(ddc_node); in vc4_hdmi_bind()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3197 struct device_node *ddc_node; in dw_hdmi_probe() local
3227 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()
3228 if (ddc_node) { in dw_hdmi_probe()
3229 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()
3230 of_node_put(ddc_node); in dw_hdmi_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3342 struct device_node *ddc_node; in dw_hdmi_probe() local
3377 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()
3378 if (ddc_node) { in dw_hdmi_probe()
3379 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()
3380 of_node_put(ddc_node); in dw_hdmi_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c3647 struct device_node *ddc_node; in vc4_hdmi_bind() local
3685 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
3686 if (!ddc_node) { in vc4_hdmi_bind()
3691 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
3692 of_node_put(ddc_node); in vc4_hdmi_bind()

Completed in 20 milliseconds