Searched refs:isp_stage (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css.c702 struct imgu_abi_isp_stage *isp_stage; local
879 isp_stage = css_pipe->xmem_isp_stage_ptrs[pipe][stage].vaddr;
880 memset(isp_stage, 0, sizeof(*isp_stage));
881 isp_stage->blob_info = bi->blob;
882 isp_stage->binary_info = bi->info.isp.sp;
883 strscpy(isp_stage->binary_name,
885 sizeof(isp_stage->binary_name));
886 isp_stage->mem_initializers = bi->info.isp.sp.mem_initializers;
889 isp_stage
[all...]

Completed in 211 milliseconds