Home
last modified time | relevance | path

Searched refs:sun8i_tcon_top_of_table (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_tcon_top.c25 return !!of_match_node(sun8i_tcon_top_of_table, node); in sun8i_tcon_top_node_is_tcon_top()
282 const struct of_device_id sun8i_tcon_top_of_table[] = { variable
293 MODULE_DEVICE_TABLE(of, sun8i_tcon_top_of_table);
294 EXPORT_SYMBOL(sun8i_tcon_top_of_table);
301 .of_match_table = sun8i_tcon_top_of_table,
Dsun8i_tcon_top.h39 extern const struct of_device_id sun8i_tcon_top_of_table[];
Dsun4i_drv.c202 !!of_match_node(sun8i_tcon_top_of_table, node); in sun4i_drv_node_is_tcon_top()
Dsun8i_dw_hdmi.c65 !!of_match_node(sun8i_tcon_top_of_table, node); in sun8i_dw_hdmi_node_is_tcon_top()
Dsun4i_tcon.c981 of_match_node(sun8i_tcon_top_of_table, remote)); in sun4i_tcon_connected_to_tcon_top()