Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c696 const struct of_device_id sun4i_frontend_of_table[] = { variable
715 EXPORT_SYMBOL(sun4i_frontend_of_table);
716 MODULE_DEVICE_TABLE(of, sun4i_frontend_of_table);
723 .of_match_table = sun4i_frontend_of_table,
H A Dsun4i_frontend.h136 extern const struct of_device_id sun4i_frontend_of_table[];
H A Dsun4i_drv.c177 return !!of_match_node(sun4i_frontend_of_table, node); in sun4i_drv_node_is_supported_frontend()