Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sti/
Dsti_vtg.h23 struct sti_vtg *of_vtg_find(struct device_node *np);
Dsti_compositor.c247 compo->vtg[STI_MIXER_MAIN] = of_vtg_find(vtg_np); in sti_compositor_probe()
252 compo->vtg[STI_MIXER_AUX] = of_vtg_find(vtg_np); in sti_compositor_probe()
Dsti_vtg.c143 struct sti_vtg *of_vtg_find(struct device_node *np) in of_vtg_find() function
Dsti_hqvdp.c1393 hqvdp->vtg = of_vtg_find(vtg_np); in sti_hqvdp_probe()