Searched refs:ddc_node (Results 1 – 4 of 4) sorted by relevance
545 struct device_node *ddc_node; in imx_tve_bind() local560 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind()561 if (ddc_node) { in imx_tve_bind()562 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_bind()563 of_node_put(ddc_node); in imx_tve_bind()
555 struct device_node *ddc_node; in imx_ldb_panel_ddc() local559 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc()560 if (ddc_node) { in imx_ldb_panel_ddc()561 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc()562 of_node_put(ddc_node); in imx_ldb_panel_ddc()
1302 struct device_node *ddc_node; in vc4_hdmi_bind() local1337 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()1338 if (!ddc_node) { in vc4_hdmi_bind()1343 hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()1344 of_node_put(ddc_node); in vc4_hdmi_bind()
2290 struct device_node *ddc_node; in __dw_hdmi_probe() local2318 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in __dw_hdmi_probe()2319 if (ddc_node) { in __dw_hdmi_probe()2320 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in __dw_hdmi_probe()2321 of_node_put(ddc_node); in __dw_hdmi_probe()