Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/staging/media/atomisp/pci/
Dsh_css_struct.h26 struct sh_css { struct
27 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 …]