Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c29 stage_desc->binary = binary; in ia_css_pipe_get_generic_stage_desc()
30 stage_desc->firmware = NULL; in ia_css_pipe_get_generic_stage_desc()
32 stage_desc->max_input_width = 0; in ia_css_pipe_get_generic_stage_desc()
34 stage_desc->in_frame = in_frame; in ia_css_pipe_get_generic_stage_desc()
56 stage_desc->binary = binary; in ia_css_pipe_get_firmwares_stage_desc()
57 stage_desc->firmware = fw; in ia_css_pipe_get_firmwares_stage_desc()
60 stage_desc->mode = mode; in ia_css_pipe_get_firmwares_stage_desc()
78 stage_desc->binary = NULL; in ia_css_pipe_get_sp_func_stage_desc()
79 stage_desc->firmware = NULL; in ia_css_pipe_get_sp_func_stage_desc()
83 stage_desc->in_frame = NULL; in ia_css_pipe_get_sp_func_stage_desc()
[all …]
/linux-6.15/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c272 assert(stage_desc); in ia_css_pipeline_create_and_add_stage()
277 if (!stage_desc->binary && !stage_desc->firmware in ia_css_pipeline_create_and_add_stage()
293 && (!stage_desc->in_frame) in ia_css_pipeline_create_and_add_stage()
294 && (!stage_desc->firmware) in ia_css_pipeline_create_and_add_stage()
300 if (!stage_desc->in_frame) in ia_css_pipeline_create_and_add_stage()
570 if (!(stage_desc->in_frame) && !(stage_desc->firmware) in pipeline_stage_create()
571 && (stage_desc->binary) && !(stage_desc->binary->online)) { in pipeline_stage_create()
576 binary = stage_desc->binary; in pipeline_stage_create()
577 firmware = stage_desc->firmware; in pipeline_stage_create()
578 vf_frame = stage_desc->vf_frame; in pipeline_stage_create()
[all …]
/linux-6.15/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_stagedesc.h17 struct ia_css_pipeline_stage_desc *stage_desc,
24 struct ia_css_pipeline_stage_desc *stage_desc,
33 struct ia_css_pipeline_stage_desc *stage_desc,
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Dsh_css.c2547 struct ia_css_pipeline_stage_desc stage_desc; in add_firmwares() local
2595 struct ia_css_pipeline_stage_desc stage_desc; in add_vf_pp_stage() local
2652 struct ia_css_pipeline_stage_desc stage_desc; in add_yuv_scaler_stage() local
2709 struct ia_css_pipeline_stage_desc stage_desc; in add_capture_pp_stage() local
3002 struct ia_css_pipeline_stage_desc stage_desc; in create_host_video_pipeline() local
3190 struct ia_css_pipeline_stage_desc stage_desc; in create_host_preview_pipeline() local
6626 &stage_desc, in create_host_yuvpp_pipeline()
6783 &stage_desc, &out_stage); in create_host_isyscopy_capture_pipeline()
6956 &stage_desc, in create_host_regular_capture_pipeline()
6996 &stage_desc, in create_host_regular_capture_pipeline()
[all …]
/linux-6.15/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h153 struct ia_css_pipeline_stage_desc *stage_desc,