Home
last modified time | relevance | path

Searched refs:t_6axis_config (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3876 struct ia_css_dvs_6axis_config t_6axis_config; in atomisp_cp_dvs_6axis_config() local
3878 if (copy_from_compatible(&t_6axis_config, source_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()
3902 dvs_6axis_config->exp_id = t_6axis_config.exp_id; in atomisp_cp_dvs_6axis_config()
3905 t_6axis_config.xcoords_y, in atomisp_cp_dvs_6axis_config()
3906 t_6axis_config.width_y * in atomisp_cp_dvs_6axis_config()
3907 t_6axis_config.height_y * in atomisp_cp_dvs_6axis_config()
[all …]