Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c884 static const struct of_device_id dsi_of_match[] = { variable
888 MODULE_DEVICE_TABLE(of, dsi_of_match);
895 .of_match_table = dsi_of_match,
/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c5473 static const struct of_device_id dsi_of_match[] = { variable
5499 MODULE_DEVICE_TABLE(of, dsi_of_match);
5547 .of_match_table = dsi_of_match,
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c394 static const struct of_device_id dsi_of_match[]; variable
5374 match = of_match_node(dsi_of_match, dsidev->dev.of_node); in dsi_bind()
5559 static const struct of_device_id dsi_of_match[] = { variable
5572 .of_match_table = dsi_of_match,
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4861 static const struct of_device_id dsi_of_match[] = { variable
4961 dsi->data = of_match_node(dsi_of_match, dev->of_node)->data; in dsi_probe()
5100 .of_match_table = dsi_of_match,