Searched refs:old_6axis_config (Results 1 – 1 of 1) sorted by relevance
2704 struct ia_css_dvs_6axis_config *old_6axis_config; in atomisp_cp_dvs_6axis_config() local2726 old_6axis_config = css_param->dvs_6axis; in atomisp_cp_dvs_6axis_config()2727 dvs_6axis_config = old_6axis_config; in atomisp_cp_dvs_6axis_config()2739 if (old_6axis_config && in atomisp_cp_dvs_6axis_config()2740 (old_6axis_config->width_y != t_6axis_config.width_y || in atomisp_cp_dvs_6axis_config()2741 old_6axis_config->height_y != t_6axis_config.height_y || in atomisp_cp_dvs_6axis_config()2742 old_6axis_config->width_uv != t_6axis_config.width_uv || in atomisp_cp_dvs_6axis_config()2743 old_6axis_config->height_uv != t_6axis_config.height_uv)) { in atomisp_cp_dvs_6axis_config()2787 if (old_6axis_config && in atomisp_cp_dvs_6axis_config()2788 (old_6axis_config->width_y != source_6axis_config->width_y || in atomisp_cp_dvs_6axis_config()[all …]