Searched refs:ddc_node (Results 1 – 4 of 4) sorted by relevance
541 struct device_node *ddc_node; in imx_tve_bind() local556 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind()557 if (ddc_node) { in imx_tve_bind()558 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_bind()559 of_node_put(ddc_node); in imx_tve_bind()
547 struct device_node *ddc_node; in imx_ldb_panel_ddc() local551 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc()552 if (ddc_node) { in imx_ldb_panel_ddc()553 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc()554 of_node_put(ddc_node); in imx_ldb_panel_ddc()
1293 struct device_node *ddc_node; in vc4_hdmi_bind() local1335 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()1336 if (!ddc_node) { in vc4_hdmi_bind()1341 hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()1342 of_node_put(ddc_node); in vc4_hdmi_bind()
2599 struct device_node *ddc_node; in __dw_hdmi_probe() local2628 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in __dw_hdmi_probe()2629 if (ddc_node) { in __dw_hdmi_probe()2630 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in __dw_hdmi_probe()2631 of_node_put(ddc_node); in __dw_hdmi_probe()