Searched refs:dsi_host_node (Results 1 – 3 of 3) sorted by relevance
46 struct device_node *dsi_host_node; in ws_bridge_attach_dsi() local52 dsi_host_node = of_graph_get_remote_node(dev->of_node, 0, 0); in ws_bridge_attach_dsi()53 if (!dsi_host_node) { in ws_bridge_attach_dsi()57 host = of_find_mipi_dsi_host_by_node(dsi_host_node); in ws_bridge_attach_dsi()58 of_node_put(dsi_host_node); in ws_bridge_attach_dsi()
579 struct device_node *endpoint, *dsi_host_node; in drm_of_get_dsi_bus() local592 dsi_host_node = of_graph_get_remote_port_parent(endpoint); in drm_of_get_dsi_bus()594 if (!dsi_host_node) in drm_of_get_dsi_bus()602 dsi_host = of_find_mipi_dsi_host_by_node(dsi_host_node); in drm_of_get_dsi_bus()603 of_node_put(dsi_host_node); in drm_of_get_dsi_bus()
367 struct device_node *endpoint, *dsi_host_node; in rpi_touchscreen_probe() local410 dsi_host_node = of_graph_get_remote_port_parent(endpoint); in rpi_touchscreen_probe()411 if (!dsi_host_node) in rpi_touchscreen_probe()414 host = of_find_mipi_dsi_host_by_node(dsi_host_node); in rpi_touchscreen_probe()415 of_node_put(dsi_host_node); in rpi_touchscreen_probe()