Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_drm.c277 list_del(&pipe->brx->list_pipe); in vsp1_du_pipeline_setup_brx()
315 list_add_tail(&released_brx->list_pipe, in vsp1_du_pipeline_setup_brx()
327 list_add_tail(&pipe->brx->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_brx()
421 list_add_tail(&rpf->entity.list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
467 list_add_tail(&drm_pipe->uif->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
544 list_for_each_entry_safe(entity, next, &pipe->entities, list_pipe) { in vsp1_du_pipeline_configure()
551 list_del(&entity->list_pipe); in vsp1_du_pipeline_configure()
644 list_del(&rpf->entity.list_pipe); in vsp1_du_setup_lif()
657 list_del(&pipe->brx->list_pipe); in vsp1_du_setup_lif()
913 list_add_tail(&pipe->output->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
[all …]
Dvsp1_pipe.c199 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_pipeline_reset()
280 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_stop()
382 list_for_each_entry_reverse(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_propagate_partition()
Dvsp1_entity.h106 struct list_head list_pipe; member
Dvsp1_video.c277 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_setup_partitions()
386 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run_partition()
411 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run()
598 list_add_tail(&e->list_pipe, &pipe->entities); in vsp1_video_pipeline_build()
840 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_setup_pipeline()