Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.h99 struct ia_css_rgb_gamma_table g_gamma_table; member
H A Dia_css_types.h569 struct ia_css_rgb_gamma_table *g_gamma_table;/** sRGB Gamma Correction member
H A Datomisp_compat_ioctl32.h162 compat_uptr_t g_gamma_table; member
H A Datomisp_subdev.h147 struct ia_css_rgb_gamma_table g_gamma_table; member
H A Dia_css_isp_params.c730 &params->g_gamma_table, in ia_css_process_g_gamma()
2956 *config = params->g_gamma_table; in ia_css_get_g_gamma_config()
2975 params->g_gamma_table = *config; in ia_css_set_g_gamma_config()
3291 ia_css_get_g_gamma_config(params, config->g_gamma_table); in ia_css_get_configs()
3336 ia_css_set_g_gamma_config(params, config->g_gamma_table); in ia_css_set_configs()
H A Datomisp_cmd.c1998 if (css_param->update_flag.g_gamma_table) in atomisp_apply_css_parameters()
1999 asd->params.config.g_gamma_table = &css_param->g_gamma_table; in atomisp_apply_css_parameters()
2295 if (arg->g_gamma_table && (from_user || !cur_config->g_gamma_table)) { in atomisp_cp_general_isp_parameters()
2296 if (copy_from_compatible(&css_param->g_gamma_table, in atomisp_cp_general_isp_parameters()
2297 arg->g_gamma_table, in atomisp_cp_general_isp_parameters()
2301 css_param->update_flag.g_gamma_table = in atomisp_cp_general_isp_parameters()
2303 &css_param->g_gamma_table; in atomisp_cp_general_isp_parameters()
H A Dsh_css_params.c2513 ia_css_set_g_gamma_config(params, &stream_params->g_gamma_table); in sh_css_init_isp_params_from_global()
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h448 struct atomisp_rgb_gamma_table *g_gamma_table; member