Home
last modified time | relevance | path

Searched refs:of_find_mipi_dsi_device_by_node (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_mipi_dsi.h224 struct mipi_dsi_device *of_find_mipi_dsi_device_by_node(struct device_node *np);
/Linux-v5.4/drivers/gpu/drm/
Ddrm_mipi_dsi.c104 struct mipi_dsi_device *of_find_mipi_dsi_device_by_node(struct device_node *np) in of_find_mipi_dsi_device_by_node() function
112 EXPORT_SYMBOL(of_find_mipi_dsi_device_by_node);
/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c362 secondary = of_find_mipi_dsi_device_by_node(np); in sharp_panel_probe()