Searched refs:vtg_np (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/sti/
H A Dsti_compositor.c178 struct device_node *vtg_np; local
246 vtg_np = of_parse_phandle(pdev->dev.of_node, "st,vtg", 0);
247 if (vtg_np)
248 compo->vtg[STI_MIXER_MAIN] = of_vtg_find(vtg_np);
249 of_node_put(vtg_np);
251 vtg_np = of_parse_phandle(pdev->dev.of_node, "st,vtg", 1);
252 if (vtg_np)
253 compo->vtg[STI_MIXER_AUX] = of_vtg_find(vtg_np);
254 of_node_put(vtg_np);
H A Dsti_hqvdp.c1354 struct device_node *vtg_np; local
1393 vtg_np = of_parse_phandle(pdev->dev.of_node, "st,vtg", 0);
1394 if (vtg_np)
1395 hqvdp->vtg = of_vtg_find(vtg_np);
1396 of_node_put(vtg_np);

Completed in 1314 milliseconds