Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/imx/ipuv3/
H A Dimx-tve.c532 struct device_node *ddc_node; in imx_tve_probe() local
545 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_probe()
546 if (ddc_node) { in imx_tve_probe()
547 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_probe()
548 of_node_put(ddc_node); in imx_tve_probe()
/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c3124 struct device_node *ddc_node; in vc4_hdmi_bind() local
3162 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
3163 if (!ddc_node) { in vc4_hdmi_bind()
3168 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
3169 of_node_put(ddc_node); in vc4_hdmi_bind()
/linux-6.15/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3322 struct device_node *ddc_node; in dw_hdmi_probe() local
3358 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()
3359 if (ddc_node) { in dw_hdmi_probe()
3360 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()
3361 of_node_put(ddc_node); in dw_hdmi_probe()