Home
last modified time | relevance | path

Searched defs:sh_css (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Dsh_css_struct.h35 struct sh_css { struct
36 struct ia_css_pipe *active_pipes[IA_CSS_PIPELINE_NUM_MAX];
43 struct ia_css_pipe *all_pipes[IA_CSS_PIPELINE_NUM_MAX];
44 void *(*malloc)(size_t bytes, bool zero_mem);
45 void (*free)(void *ptr);
46 void (*flush)(struct ia_css_acc_fw *fw);
49 void *(*malloc_ex)(size_t bytes, bool zero_mem, const char *caller_func,
51 void (*free_ex)(void *ptr, const char *caller_func, int caller_line);
54 bool stop_copy_preview;
56 bool check_system_idle;
[all …]