Searched refs:list_pipe (Results 1 – 4 of 4) sorted by relevance
/drivers/media/platform/vsp1/ |
D | vsp1_drm.c | 481 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()
|
D | vsp1_video.c | 194 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()
|
D | vsp1_entity.h | 100 struct list_head list_pipe; member
|
D | vsp1_pipe.c | 268 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_stop()
|