Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/ipuv3/
H A Dimx-tve.c542 struct device_node *ddc_node; in imx_tve_probe() local
555 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_probe()
556 if (ddc_node) { in imx_tve_probe()
557 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_probe()
558 of_node_put(ddc_node); in imx_tve_probe()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c3219 struct device_node *ddc_node; in vc4_hdmi_bind() local
3257 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
3258 if (!ddc_node) { in vc4_hdmi_bind()
3263 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
3264 of_node_put(ddc_node); in vc4_hdmi_bind()