Searched defs:sh_css (Results 1 – 1 of 1) sorted by relevance
26 struct sh_css { struct27 struct ia_css_pipe *active_pipes[IA_CSS_PIPELINE_NUM_MAX];34 struct ia_css_pipe *all_pipes[IA_CSS_PIPELINE_NUM_MAX];35 void *(*malloc)(size_t bytes, bool zero_mem);36 void (*free)(void *ptr);37 void (*flush)(struct ia_css_acc_fw *fw);45 bool stop_copy_preview;47 bool check_system_idle;48 unsigned int num_cont_raw_frames;49 unsigned int num_mipi_frames[N_CSI_PORTS];[all …]