Searched refs:vf_pp_binary (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/staging/media/atomisp/pci/ | 
| D | ia_css_pipe.h | 32 	struct ia_css_binary vf_pp_binary;  member45 	.vf_pp_binary	= IA_CSS_BINARY_DEFAULT_SETTINGS, \
 58 	struct ia_css_binary vf_pp_binary;  member
 73 	.vf_pp_binary		= IA_CSS_BINARY_DEFAULT_SETTINGS, \
 80 	struct ia_css_binary vf_pp_binary;  member
 94 	.vf_pp_binary	= IA_CSS_BINARY_DEFAULT_SETTINGS, \
 100 	struct ia_css_binary *vf_pp_binary;  member
 
 | 
| D | sh_css.c | 2619 					 &mycs->vf_pp_binary);  in load_preview_binaries()2675 	ia_css_binary_unload(&pipe->pipe_settings.preview.vf_pp_binary);  in unload_preview_binaries()
 2752     struct ia_css_binary *vf_pp_binary,  in add_vf_pp_stage()  argument
 2767 	if (!vf_pp_binary)  in add_vf_pp_stage()
 2784 			ia_css_pipe_get_generic_stage_desc(&stage_desc, vf_pp_binary,  in add_vf_pp_stage()
 2788 			ia_css_pipe_get_generic_stage_desc(&stage_desc, vf_pp_binary,  in add_vf_pp_stage()
 2796 	err = add_firmwares(me, vf_pp_binary, pipe->vf_stage, last_fw,  in add_vf_pp_stage()
 3172 		       *yuv_scaler_binary, *vf_pp_binary;  in create_host_video_pipeline()  local
 3242 	vf_pp_binary = &pipe->pipe_settings.video.vf_pp_binary;  in create_host_video_pipeline()
 3249 	need_vf_pp  = (vf_pp_binary && vf_pp_binary->info);  in create_host_video_pipeline()
 [all …]
 
 |