Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c52 struct ia_css_pipeline_stage **new_stage);
276 struct ia_css_pipeline_stage *last, *new_stage = NULL; in ia_css_pipeline_create_and_add_stage() local
314 err = pipeline_stage_create(stage_desc, &new_stage); in ia_css_pipeline_create_and_add_stage()
322 last->next = new_stage; in ia_css_pipeline_create_and_add_stage()
324 pipeline->stages = new_stage; in ia_css_pipeline_create_and_add_stage()
328 *stage = new_stage; in ia_css_pipeline_create_and_add_stage()
570 struct ia_css_pipeline_stage **new_stage) in pipeline_stage_create() argument
657 *new_stage = stage; in pipeline_stage_create()