Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.h90 struct ia_css_rgb_gamma_table g_gamma_table; member
H A Dia_css_types.h560 struct ia_css_rgb_gamma_table *g_gamma_table;/** sRGB Gamma Correction member
H A Datomisp_subdev.h133 struct ia_css_rgb_gamma_table g_gamma_table; member
H A Dia_css_isp_params.c721 &params->g_gamma_table, in ia_css_process_g_gamma()
2947 *config = params->g_gamma_table; in ia_css_get_g_gamma_config()
2966 params->g_gamma_table = *config; in ia_css_set_g_gamma_config()
3282 ia_css_get_g_gamma_config(params, config->g_gamma_table); in ia_css_get_configs()
3327 ia_css_set_g_gamma_config(params, config->g_gamma_table); in ia_css_set_configs()
H A Datomisp_cmd.c1989 if (css_param->update_flag.g_gamma_table) in atomisp_apply_css_parameters()
1990 asd->params.config.g_gamma_table = &css_param->g_gamma_table; in atomisp_apply_css_parameters()
2286 if (arg->g_gamma_table && (from_user || !cur_config->g_gamma_table)) { in atomisp_cp_general_isp_parameters()
2287 if (copy_from_compatible(&css_param->g_gamma_table, in atomisp_cp_general_isp_parameters()
2288 arg->g_gamma_table, in atomisp_cp_general_isp_parameters()
2292 css_param->update_flag.g_gamma_table = in atomisp_cp_general_isp_parameters()
2294 &css_param->g_gamma_table; in atomisp_cp_general_isp_parameters()
H A Dsh_css_params.c2504 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.h437 struct atomisp_rgb_gamma_table *g_gamma_table; member