Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_compositor.c163 static const struct of_device_id compositor_of_match[] = { variable
171 MODULE_DEVICE_TABLE(of, compositor_of_match);
192 BUG_ON(!of_match_node(compositor_of_match, np)->data); in sti_compositor_probe()
194 memcpy(&compo->data, of_match_node(compositor_of_match, np)->data, in sti_compositor_probe()
269 .of_match_table = compositor_of_match,