Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c43 struct ia_css_pipeline_stage **new_stage);
266 struct ia_css_pipeline_stage *last, *new_stage = NULL; in ia_css_pipeline_create_and_add_stage() local
304 err = pipeline_stage_create(stage_desc, &new_stage); in ia_css_pipeline_create_and_add_stage()
312 last->next = new_stage; in ia_css_pipeline_create_and_add_stage()
314 pipeline->stages = new_stage; in ia_css_pipeline_create_and_add_stage()
318 *stage = new_stage; in ia_css_pipeline_create_and_add_stage()
558 struct ia_css_pipeline_stage **new_stage) in pipeline_stage_create() argument
645 *new_stage = stage; in pipeline_stage_create()