Home
last modified time | relevance | path

Searched refs:dsi_of_match (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-simple.c1351 static const struct of_device_id dsi_of_match[] = { variable
1368 MODULE_DEVICE_TABLE(of, dsi_of_match);
1376 id = of_match_node(dsi_of_match, dsi->dev.of_node); in panel_simple_dsi_probe()
1412 .of_match_table = dsi_of_match,
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c404 static const struct of_device_id dsi_of_match[]; variable
5395 match = of_match_node(dsi_of_match, dsidev->dev.of_node); in dsi_bind()
5581 static const struct of_device_id dsi_of_match[] = { variable
5594 .of_match_table = dsi_of_match,