Searched refs:dvs_6axis_config (Results 1 – 4 of 4) sorted by relevance
193 free_dvs_6axis_table(struct ia_css_dvs_6axis_config **dvs_6axis_config) in free_dvs_6axis_table() argument195 if ((dvs_6axis_config) && (*dvs_6axis_config)) { in free_dvs_6axis_table()196 IA_CSS_ENTER_PRIVATE("dvs_6axis_config %p", (*dvs_6axis_config)); in free_dvs_6axis_table()197 if ((*dvs_6axis_config)->xcoords_y) { in free_dvs_6axis_table()198 kvfree((*dvs_6axis_config)->xcoords_y); in free_dvs_6axis_table()199 (*dvs_6axis_config)->xcoords_y = NULL; in free_dvs_6axis_table()202 if ((*dvs_6axis_config)->ycoords_y) { in free_dvs_6axis_table()203 kvfree((*dvs_6axis_config)->ycoords_y); in free_dvs_6axis_table()204 (*dvs_6axis_config)->ycoords_y = NULL; in free_dvs_6axis_table()208 if ((*dvs_6axis_config)->xcoords_uv) { in free_dvs_6axis_table()[all …]
2013 if (css_param->update_flag.dvs_6axis_config) in atomisp_apply_css_parameters()2578 struct ia_css_dvs_6axis_config *dvs_6axis_config; in atomisp_cp_dvs_6axis_config() local2597 if (!from_user && css_param->update_flag.dvs_6axis_config) in atomisp_cp_dvs_6axis_config()2602 dvs_6axis_config = old_6axis_config; in atomisp_cp_dvs_6axis_config()2622 dvs_6axis_config = ia_css_dvs2_6axis_config_allocate(stream); in atomisp_cp_dvs_6axis_config()2623 if (!dvs_6axis_config) in atomisp_cp_dvs_6axis_config()2625 } else if (!dvs_6axis_config) { in atomisp_cp_dvs_6axis_config()2626 dvs_6axis_config = ia_css_dvs2_6axis_config_allocate(stream); in atomisp_cp_dvs_6axis_config()2627 if (!dvs_6axis_config) in atomisp_cp_dvs_6axis_config()2631 dvs_6axis_config->exp_id = t_6axis_config.exp_id; in atomisp_cp_dvs_6axis_config()[all …]
1983 sh_css_set_pipe_dvs_6axis_config(pipe, params, config->dvs_6axis_config); in sh_css_init_isp_params_from_config()2049 sh_css_get_pipe_dvs_6axis_config(pipe, params, config->dvs_6axis_config); in ia_css_pipe_get_isp_config()4510 ia_css_dvs2_6axis_config_free(struct ia_css_dvs_6axis_config *dvs_6axis_config) in ia_css_dvs2_6axis_config_free() argument4512 if (dvs_6axis_config) { in ia_css_dvs2_6axis_config_free()4513 kvfree(dvs_6axis_config->xcoords_y); in ia_css_dvs2_6axis_config_free()4514 kvfree(dvs_6axis_config->ycoords_y); in ia_css_dvs2_6axis_config_free()4515 kvfree(dvs_6axis_config->xcoords_uv); in ia_css_dvs2_6axis_config_free()4516 kvfree(dvs_6axis_config->ycoords_uv); in ia_css_dvs2_6axis_config_free()4517 kvfree(dvs_6axis_config); in ia_css_dvs2_6axis_config_free()
417 struct atomisp_dvs_6axis_config *dvs_6axis_config; member