Searched refs:ddc_node (Results 1 – 4 of 4) sorted by relevance
508 struct device_node *ddc_node; in imx_tve_bind() local521 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind()522 if (ddc_node) { in imx_tve_bind()523 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_bind()524 of_node_put(ddc_node); in imx_tve_bind()
523 struct device_node *ddc_node; in imx_ldb_panel_ddc() local527 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc()528 if (ddc_node) { in imx_ldb_panel_ddc()529 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc()530 of_node_put(ddc_node); in imx_ldb_panel_ddc()
1687 struct device_node *ddc_node; in vc4_hdmi_bind() local1710 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind()1711 if (!ddc_node) { in vc4_hdmi_bind()1716 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind()1717 of_node_put(ddc_node); in vc4_hdmi_bind()
3185 struct device_node *ddc_node; in dw_hdmi_probe() local3215 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe()3216 if (ddc_node) { in dw_hdmi_probe()3217 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe()3218 of_node_put(ddc_node); in dw_hdmi_probe()