Home
last modified time | relevance | path

Searched refs:dsi_of_match (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c879 static const struct of_device_id dsi_of_match[] = { variable
883 MODULE_DEVICE_TABLE(of, dsi_of_match);
890 .of_match_table = dsi_of_match,
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c885 static const struct of_device_id dsi_of_match[] = { variable
889 MODULE_DEVICE_TABLE(of, dsi_of_match);
896 .of_match_table = dsi_of_match,
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-simple.c4565 static const struct of_device_id dsi_of_match[] = { variable
4591 MODULE_DEVICE_TABLE(of, dsi_of_match);
4599 id = of_match_node(dsi_of_match, dsi->dev.of_node); in panel_simple_dsi_probe()
4642 .of_match_table = dsi_of_match,
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-simple.c4779 static const struct of_device_id dsi_of_match[] = { variable
4805 MODULE_DEVICE_TABLE(of, dsi_of_match);
4853 .of_match_table = dsi_of_match,
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c393 static const struct of_device_id dsi_of_match[]; variable
5375 match = of_match_node(dsi_of_match, dsidev->dev.of_node); in dsi_bind()
5561 static const struct of_device_id dsi_of_match[] = { variable
5574 .of_match_table = dsi_of_match,
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c393 static const struct of_device_id dsi_of_match[]; variable
5373 match = of_match_node(dsi_of_match, dsidev->dev.of_node); in dsi_bind()
5558 static const struct of_device_id dsi_of_match[] = { variable
5571 .of_match_table = dsi_of_match,
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c5254 static const struct of_device_id dsi_of_match[] = { variable
5343 dsi->data = of_match_node(dsi_of_match, dev->of_node)->data; in dsi_probe()
5485 .of_match_table = dsi_of_match,
/kernel/linux/linux-6.6/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,

Completed in 41 milliseconds