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);40 void *(*malloc_ex)(size_t bytes, bool zero_mem, const char *caller_func,42 void (*free_ex)(void *ptr, const char *caller_func, int caller_line);45 bool stop_copy_preview;47 bool check_system_idle;[all …]