Home
last modified time | relevance | path

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

/drivers/media/platform/renesas/vsp1/
Dvsp1_drm.c279 list_del(&pipe->brx->list_pipe); in vsp1_du_pipeline_setup_brx()
317 list_add_tail(&released_brx->list_pipe, in vsp1_du_pipeline_setup_brx()
329 list_add_tail(&pipe->brx->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_brx()
423 list_add_tail(&rpf->entity.list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
473 list_add_tail(&drm_pipe->uif->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
557 list_for_each_entry_safe(entity, next, &pipe->entities, list_pipe) { in vsp1_du_pipeline_configure()
564 list_del(&entity->list_pipe); in vsp1_du_pipeline_configure()
687 list_del(&rpf->entity.list_pipe); in vsp1_du_setup_lif()
700 list_del(&pipe->brx->list_pipe); in vsp1_du_setup_lif()
974 list_add_tail(&pipe->output->entity.list_pipe, &pipe->entities); in vsp1_drm_init()
[all …]
Dvsp1_pipe.c279 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_pipeline_reset()
360 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_stop()
462 list_for_each_entry_reverse(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_propagate_partition()
Dvsp1_video.c275 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_setup_partitions()
373 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run_partition()
398 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run()
585 list_add_tail(&e->list_pipe, &pipe->entities); in vsp1_video_pipeline_build()
827 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_setup_pipeline()
Dvsp1_entity.h108 struct list_head list_pipe; member