Searched defs:sh_css (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| D | sh_css_struct.h | 35 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 …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
| D | sh_css_struct.h | 35 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 …]
|