Searched refs:output_stage (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | ia_css_pipe.h | 128 struct ia_css_fw_info *output_stage; /* extra output stage */ member
|
D | sh_css.c | 2944 last_fw = last_output_firmware(pipe->output_stage); in add_yuv_scaler_stage() 2962 err = add_firmwares(me, yuv_scaler_binary, pipe->output_stage, last_fw, in add_yuv_scaler_stage() 3001 last_fw = last_output_firmware(pipe->output_stage); in add_capture_pp_stage() 3019 err = add_firmwares(me, capture_pp_binary, pipe->output_stage, last_fw, in add_capture_pp_stage() 3456 err = add_firmwares(me, video_binary, pipe->output_stage, in create_host_video_pipeline() 3457 last_output_firmware(pipe->output_stage), in create_host_video_pipeline() 7358 need_pp = (need_capture_pp(pipe) || pipe->output_stage) && in create_host_regular_capture_pipeline() 7881 append_firmware(&pipe->output_stage, firmware); in ia_css_pipe_load_extension() 7904 remove_firmware(&pipe->output_stage, firmware); in ia_css_pipe_unload_extension()
|