Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_compositor.c167 static const struct of_device_id compositor_of_match[] = { variable
175 MODULE_DEVICE_TABLE(of, compositor_of_match);
196 BUG_ON(!of_match_node(compositor_of_match, np)->data); in sti_compositor_probe()
198 memcpy(&compo->data, of_match_node(compositor_of_match, np)->data, in sti_compositor_probe()
273 .of_match_table = compositor_of_match,