Searched refs:new_stage (Results 1 – 1 of 1) sorted by relevance
52 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() local314 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()568 struct ia_css_pipeline_stage **new_stage) in pipeline_stage_create() argument655 *new_stage = stage; in pipeline_stage_create()