Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/
Dsh_css_param_dvs.c25 struct ia_css_dvs_6axis_config *dvs_config_src) in alloc_dvs_6axis_table() argument
41 if (dvs_config_src) { in alloc_dvs_6axis_table()
42 dvs_config->width_y = width_y = dvs_config_src->width_y; in alloc_dvs_6axis_table()
43 dvs_config->height_y = height_y = dvs_config_src->height_y; in alloc_dvs_6axis_table()
44 dvs_config->width_uv = width_uv = dvs_config_src->width_uv; in alloc_dvs_6axis_table()
45 dvs_config->height_uv = height_uv = dvs_config_src->height_uv; in alloc_dvs_6axis_table()
152 struct ia_css_dvs_6axis_config *dvs_config_src) in init_dvs_6axis_table_from_config() argument
159 memcpy(dvs_config->xcoords_y, dvs_config_src->xcoords_y, in init_dvs_6axis_table_from_config()
161 memcpy(dvs_config->ycoords_y, dvs_config_src->ycoords_y, in init_dvs_6axis_table_from_config()
163 memcpy(dvs_config->xcoords_uv, dvs_config_src->xcoords_uv, in init_dvs_6axis_table_from_config()
[all …]
Dsh_css_param_dvs.h77 *dvs_config_src);
84 const struct ia_css_dvs_6axis_config *dvs_config_src);