Home
last modified time | relevance | path

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

/linux-6.12.1/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()
332 list_add_tail(&pipe->brx->list_pipe, in vsp1_du_pipeline_setup_brx()
333 &pipe->output->entity.list_pipe); in vsp1_du_pipeline_setup_brx()
427 list_add(&rpf->entity.list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
477 list_add_tail(&drm_pipe->uif->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs()
564 list_for_each_entry_safe(entity, next, &pipe->entities, list_pipe) { in vsp1_du_pipeline_configure()
571 list_del(&entity->list_pipe); in vsp1_du_pipeline_configure()
696 list_del(&rpf->entity.list_pipe); in vsp1_du_setup_lif()
709 list_del(&pipe->brx->list_pipe); in vsp1_du_setup_lif()
[all …]
Dvsp1_pipe.c279 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_pipeline_reset()
313 list_for_each_entry(entity, &pipe->entities, list_pipe) { in __vsp1_pipeline_dump()
382 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_stop()
488 list_for_each_entry_reverse(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_propagate_partition()
Dvsp1_video.c253 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run_partition()
278 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run()
465 list_add_tail(&e->list_pipe, &pipe->entities); in vsp1_video_pipeline_build()
696 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_setup_partitions()
763 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_setup_pipeline()
Dvsp1_entity.h118 struct list_head list_pipe; member