Home
last modified time | relevance | path

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

/openbmc/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()
80 enum ia_css_pipeline_stage_sp_func sp_func, in ia_css_pipe_get_sp_func_stage_desc() argument
89 stage_desc->sp_func = sp_func; in ia_css_pipe_get_sp_func_stage_desc()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h32 enum ia_css_pipeline_stage_sp_func sp_func; member
73 enum ia_css_pipeline_stage_sp_func sp_func; member
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_stagedesc.h44 enum ia_css_pipeline_stage_sp_func sp_func,
/openbmc/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()
614 stage->sp_func = stage_desc->sp_func; in pipeline_stage_create()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c809 return stage->sp_func != IA_CSS_PIPELINE_NO_FUNC; in is_sp_stage()
1145 assert(stage->sp_func != IA_CSS_PIPELINE_NO_FUNC); in sp_init_stage()
1176 switch (stage->sp_func) { in sp_init_sp_stage()
1258 me->stages->sp_func == IA_CSS_PIPELINE_ISYS_COPY) in sh_css_sp_init_pipeline()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c2651 if (stage->sp_func != IA_CSS_PIPELINE_NO_FUNC) in ia_css_debug_pipe_graph_dump_stage()