Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c40 stage_desc->sp_func = IA_CSS_PIPELINE_NO_FUNC; in ia_css_pipe_get_generic_stage_desc()
67 stage_desc->sp_func = IA_CSS_PIPELINE_NO_FUNC; in ia_css_pipe_get_firmwares_stage_desc()
/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline_common.h23 IA_CSS_PIPELINE_NO_FUNC = 3, enumerator
/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c287 && (stage_desc->sp_func == IA_CSS_PIPELINE_NO_FUNC)) { in ia_css_pipeline_create_and_add_stage()
301 if ((stage_desc->sp_func == IA_CSS_PIPELINE_NO_FUNC) in ia_css_pipeline_create_and_add_stage()
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c773 return stage->sp_func != IA_CSS_PIPELINE_NO_FUNC; in is_sp_stage()
1115 assert(stage->sp_func != IA_CSS_PIPELINE_NO_FUNC); in sp_init_stage()
1162 case IA_CSS_PIPELINE_NO_FUNC: in sp_init_sp_stage()
/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1185 if (stage->sp_func != IA_CSS_PIPELINE_NO_FUNC) in ia_css_debug_pipe_graph_dump_stage()