Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_drm.c481 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_du_atomic_flush()
589 list_add_tail(&input->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
592 list_add_tail(&vsp1->bru->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
593 list_add_tail(&vsp1->wpf[0]->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
594 list_add_tail(&vsp1->lif->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
Dvsp1_video.c194 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_setup_partitions()
361 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_run_partition()
381 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_run()
569 list_add_tail(&e->list_pipe, &pipe->entities); in vsp1_video_pipeline_build()
780 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_setup_pipeline()
Dvsp1_entity.h100 struct list_head list_pipe; member
Dvsp1_pipe.c268 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_stop()