Home
last modified time | relevance | path

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

/drivers/media/
Dmedia-entity.c278 #define stack_top(en) ((en)->stack[(en)->top].entity) macro
328 if (stack_top(graph) == NULL) in media_entity_graph_walk_next()
336 while (link_top(graph) != &stack_top(graph)->links) { in media_entity_graph_walk_next()
337 struct media_entity *entity = stack_top(graph); in media_entity_graph_walk_next()