Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.c51 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in alloc_dvs_6axis_table()
53 if (!dvs_config->xcoords_y) { in alloc_dvs_6axis_table()
110 dvs_config->xcoords_y[y * width_y + x] = (dvs_offset->width + x * in init_dvs_6axis_table_from_default()
149 memcpy(dvs_config->xcoords_y, dvs_config_src->xcoords_y, in init_dvs_6axis_table_from_config()
197 if ((*dvs_6axis_config)->xcoords_y) { in free_dvs_6axis_table()
198 kvfree((*dvs_6axis_config)->xcoords_y); in free_dvs_6axis_table()
199 (*dvs_6axis_config)->xcoords_y = NULL; in free_dvs_6axis_table()
234 assert(dvs_config_src->xcoords_y); in copy_dvs_6axis_table()
249 memcpy(dvs_config_dst->xcoords_y, dvs_config_src->xcoords_y, in copy_dvs_6axis_table()
H A Datomisp_cmd.c2633 if (copy_from_compatible(dvs_6axis_config->xcoords_y, in atomisp_cp_dvs_6axis_config()
2634 t_6axis_config.xcoords_y, in atomisp_cp_dvs_6axis_config()
2637 sizeof(*dvs_6axis_config->xcoords_y), in atomisp_cp_dvs_6axis_config()
2685 if (copy_from_compatible(dvs_6axis_config->xcoords_y, in atomisp_cp_dvs_6axis_config()
2686 source_6axis_config->xcoords_y, in atomisp_cp_dvs_6axis_config()
2689 sizeof(*source_6axis_config->xcoords_y), in atomisp_cp_dvs_6axis_config()
H A Dsh_css_params.c1692 dvs_config->xcoords_y && in sh_css_get_pipe_dvs_6axis_config()
4481 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate()
4483 if (!dvs_config->xcoords_y) in ia_css_dvs2_6axis_config_allocate()
4513 kvfree(dvs_6axis_config->xcoords_y); in ia_css_dvs2_6axis_config_free()
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h393 u32 *xcoords_y; member