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

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c2588 struct ia_css_dvs_6axis_config *old_6axis_config; local
2610 old_6axis_config = css_param->dvs_6axis;
2611 dvs_6axis_config = old_6axis_config;
2623 if (old_6axis_config &&
2624 (old_6axis_config->width_y != t_6axis_config.width_y ||
2625 old_6axis_config->height_y != t_6axis_config.height_y ||
2626 old_6axis_config->width_uv != t_6axis_config.width_uv ||
2627 old_6axis_config->height_uv != t_6axis_config.height_uv)) {
2671 if (old_6axis_config &&
2672 (old_6axis_config
[all...]

Completed in 132 milliseconds