Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.c61 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in alloc_dvs_6axis_table()
63 if (!dvs_config->xcoords_y) { in alloc_dvs_6axis_table()
120 dvs_config->xcoords_y[y * width_y + x] = (dvs_offset->width + x * in init_dvs_6axis_table_from_default()
159 memcpy(dvs_config->xcoords_y, dvs_config_src->xcoords_y, in init_dvs_6axis_table_from_config()
207 if ((*dvs_6axis_config)->xcoords_y) { in free_dvs_6axis_table()
208 kvfree((*dvs_6axis_config)->xcoords_y); in free_dvs_6axis_table()
209 (*dvs_6axis_config)->xcoords_y = NULL; in free_dvs_6axis_table()
244 assert(dvs_config_src->xcoords_y); in copy_dvs_6axis_table()
259 memcpy(dvs_config_dst->xcoords_y, dvs_config_src->xcoords_y, in copy_dvs_6axis_table()
H A Dia_css_types.h423 u32 *xcoords_y; member
H A Datomisp_compat_ioctl32.h214 compat_uptr_t xcoords_y; member
H A Datomisp_cmd.c2758 if (copy_from_compatible(dvs_6axis_config->xcoords_y, in atomisp_cp_dvs_6axis_config()
2759 t_6axis_config.xcoords_y, in atomisp_cp_dvs_6axis_config()
2762 sizeof(*dvs_6axis_config->xcoords_y), in atomisp_cp_dvs_6axis_config()
2806 if (copy_from_compatible(dvs_6axis_config->xcoords_y, in atomisp_cp_dvs_6axis_config()
2807 source_6axis_config->xcoords_y, in atomisp_cp_dvs_6axis_config()
2810 sizeof(*source_6axis_config->xcoords_y), in atomisp_cp_dvs_6axis_config()
H A Dsh_css_params.c1701 dvs_config->xcoords_y && in sh_css_get_pipe_dvs_6axis_config()
4452 dvs_config->xcoords_y = kvmalloc(width_y * height_y * sizeof(uint32_t), in ia_css_dvs2_6axis_config_allocate()
4454 if (!dvs_config->xcoords_y) in ia_css_dvs2_6axis_config_allocate()
4484 kvfree(dvs_6axis_config->xcoords_y); in ia_css_dvs2_6axis_config_free()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c101 xbuff = config->xcoords_y; in convert_coords_to_ispparams()
/openbmc/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h405 u32 *xcoords_y; member