Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c43 struct ia_css_pipeline_stage **new_stage);
267 struct ia_css_pipeline_stage *last, *new_stage = NULL; in ia_css_pipeline_create_and_add_stage() local
305 err = pipeline_stage_create(stage_desc, &new_stage); in ia_css_pipeline_create_and_add_stage()
313 last->next = new_stage; in ia_css_pipeline_create_and_add_stage()
315 pipeline->stages = new_stage; in ia_css_pipeline_create_and_add_stage()
319 *stage = new_stage; in ia_css_pipeline_create_and_add_stage()
559 struct ia_css_pipeline_stage **new_stage) in pipeline_stage_create() argument
646 *new_stage = stage; in pipeline_stage_create()