Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/
A Dimx-tve.c527 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()
A Dimx-ldb.c552 struct device_node *ddc_node; in imx_ldb_panel_ddc() local
556 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc()
557 if (ddc_node) { in imx_ldb_panel_ddc()
558 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc()
559 of_node_put(ddc_node); in imx_ldb_panel_ddc()
/linux/drivers/gpu/drm/vc4/
A Dvc4_hdmi.c2109 struct device_node *ddc_node; in vc4_hdmi_bind() local
2132 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()
2133 if (!ddc_node) { in vc4_hdmi_bind()
2138 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()
2139 of_node_put(ddc_node); in vc4_hdmi_bind()
/linux/drivers/gpu/drm/bridge/synopsys/
A Ddw-hdmi.c3217 struct device_node *ddc_node; in dw_hdmi_probe() local
3251 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()
3252 if (ddc_node) { in dw_hdmi_probe()
3253 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()
3254 of_node_put(ddc_node); in dw_hdmi_probe()

Completed in 17 milliseconds