sun4i_tcon_of_table  179 drivers/gpu/drm/sun4i/sun4i_drv.c 	return !!of_match_node(sun4i_tcon_of_table, node);
sun4i_tcon_of_table  186 drivers/gpu/drm/sun4i/sun4i_drv.c 	match = of_match_node(sun4i_tcon_of_table, node);
sun4i_tcon_of_table 1501 drivers/gpu/drm/sun4i/sun4i_tcon.c const struct of_device_id sun4i_tcon_of_table[] = {
sun4i_tcon_of_table 1517 drivers/gpu/drm/sun4i/sun4i_tcon.c MODULE_DEVICE_TABLE(of, sun4i_tcon_of_table);
sun4i_tcon_of_table 1518 drivers/gpu/drm/sun4i/sun4i_tcon.c EXPORT_SYMBOL(sun4i_tcon_of_table);
sun4i_tcon_of_table 1525 drivers/gpu/drm/sun4i/sun4i_tcon.c 		.of_match_table	= sun4i_tcon_of_table,
sun4i_tcon_of_table  279 drivers/gpu/drm/sun4i/sun4i_tcon.h extern const struct of_device_id sun4i_tcon_of_table[];