Searched refs:old_6axis_config (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c2682 struct ia_css_dvs_6axis_config *old_6axis_config; local
2704 old_6axis_config = css_param->dvs_6axis;
2705 dvs_6axis_config = old_6axis_config;
2717 if (old_6axis_config &&
2718 (old_6axis_config->width_y != t_6axis_config.width_y ||
2719 old_6axis_config->height_y != t_6axis_config.height_y ||
2720 old_6axis_config->width_uv != t_6axis_config.width_uv ||
2721 old_6axis_config->height_uv != t_6axis_config.height_uv)) {
2765 if (old_6axis_config &&
2766 (old_6axis_config
[all...]

Completed in 80 milliseconds