Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/sun4i/
Dsun4i_drv.c184 return !!of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon()
191 match = of_match_node(sun4i_tcon_of_table, node); in sun4i_drv_node_is_tcon_with_ch0()
Dsun4i_tcon.c1546 const struct of_device_id sun4i_tcon_of_table[] = { variable
1566 MODULE_DEVICE_TABLE(of, sun4i_tcon_of_table);
1567 EXPORT_SYMBOL(sun4i_tcon_of_table);
1574 .of_match_table = sun4i_tcon_of_table,
Dsun4i_tcon.h301 extern const struct of_device_id sun4i_tcon_of_table[];