Lines Matching refs:next
249 graph->stack[graph->top].link = entity->links.next;
312 struct media_entity *next;
318 link_top(graph) = link_top(graph)->next;
327 next = media_entity_other(entity, link);
330 if (media_entity_enum_test_and_set(&graph->ent_enum, next)) {
331 link_top(graph) = link_top(graph)->next;
334 next->name);
339 link_top(graph) = link_top(graph)->next;
340 stack_push(graph, next);
342 next->name);