Searched refs:old_6axis_config (Results 1 – 1 of 1) sorted by relevance
3850 struct ia_css_dvs_6axis_config *old_6axis_config; in atomisp_cp_dvs_6axis_config() local3872 old_6axis_config = css_param->dvs_6axis; in atomisp_cp_dvs_6axis_config()3873 dvs_6axis_config = old_6axis_config; in atomisp_cp_dvs_6axis_config()3885 if (old_6axis_config && in atomisp_cp_dvs_6axis_config()3886 (old_6axis_config->width_y != t_6axis_config.width_y || in atomisp_cp_dvs_6axis_config()3887 old_6axis_config->height_y != t_6axis_config.height_y || in atomisp_cp_dvs_6axis_config()3888 old_6axis_config->width_uv != t_6axis_config.width_uv || in atomisp_cp_dvs_6axis_config()3889 old_6axis_config->height_uv != t_6axis_config.height_uv)) { in atomisp_cp_dvs_6axis_config()3933 if (old_6axis_config && in atomisp_cp_dvs_6axis_config()3934 (old_6axis_config->width_y != source_6axis_config->width_y || in atomisp_cp_dvs_6axis_config()[all …]