Searched refs:ddc_node (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/ |
| H A D | imx-tve.c | 509 struct device_node *ddc_node; in imx_tve_bind() local 522 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in imx_tve_bind() 523 if (ddc_node) { in imx_tve_bind() 524 tve->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_tve_bind() 525 of_node_put(ddc_node); in imx_tve_bind()
|
| H A D | imx-ldb.c | 533 struct device_node *ddc_node; in imx_ldb_panel_ddc() local 537 ddc_node = of_parse_phandle(child, "ddc-i2c-bus", 0); in imx_ldb_panel_ddc() 538 if (ddc_node) { in imx_ldb_panel_ddc() 539 channel->ddc = of_find_i2c_adapter_by_node(ddc_node); in imx_ldb_panel_ddc() 540 of_node_put(ddc_node); in imx_ldb_panel_ddc()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw_hdmi_qp.c | 1136 struct device_node *ddc_node; in rockchip_dw_hdmi_qp_init() local 1157 ddc_node = of_parse_phandle(ofnode_to_np(hdmi_node), "ddc-i2c-bus", 0); in rockchip_dw_hdmi_qp_init() 1158 if (ddc_node) { in rockchip_dw_hdmi_qp_init() 1159 uclass_get_device_by_ofnode(UCLASS_I2C, np_to_ofnode(ddc_node), in rockchip_dw_hdmi_qp_init()
|
| H A D | dw_hdmi.c | 2328 struct device_node *ddc_node; in rockchip_dw_hdmi_init() 2401 ddc_node = of_parse_phandle(ofnode_to_np(hdmi_node), "ddc-i2c-bus", 0); in rockchip_dw_hdmi_init() 2402 if (ddc_node) { in rockchip_dw_hdmi_init() 2403 uclass_get_device_by_ofnode(UCLASS_I2C, np_to_ofnode(ddc_node), in rockchip_dw_hdmi_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_hdmi.c | 1750 struct device_node *ddc_node; in vc4_hdmi_bind() local 1773 ddc_node = of_parse_phandle(dev->of_node, "ddc", 0); in vc4_hdmi_bind() 1774 if (!ddc_node) { in vc4_hdmi_bind() 1779 vc4_hdmi->ddc = of_find_i2c_adapter_by_node(ddc_node); in vc4_hdmi_bind() 1780 of_node_put(ddc_node); in vc4_hdmi_bind()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 3348 struct device_node *ddc_node; in __dw_hdmi_probe() local 3377 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in __dw_hdmi_probe() 3378 if (ddc_node) { in __dw_hdmi_probe() 3379 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in __dw_hdmi_probe() 3380 of_node_put(ddc_node); in __dw_hdmi_probe()
|
| H A D | dw-hdmi.c | 4719 struct device_node *ddc_node; in dw_hdmi_probe() local 4751 ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0); in dw_hdmi_probe() 4752 if (ddc_node) { in dw_hdmi_probe() 4753 hdmi->ddc = of_get_i2c_adapter_by_node(ddc_node); in dw_hdmi_probe() 4754 of_node_put(ddc_node); in dw_hdmi_probe()
|