Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.h100 struct ia_css_rgb_gamma_table b_gamma_table; member
H A Dia_css_types.h571 struct ia_css_rgb_gamma_table *b_gamma_table;/** sRGB Gamma Correction member
H A Datomisp_compat_ioctl32.h163 compat_uptr_t b_gamma_table; member
H A Datomisp_subdev.h148 struct ia_css_rgb_gamma_table b_gamma_table; member
H A Dia_css_isp_params.c765 &params->b_gamma_table, in ia_css_process_b_gamma()
2995 *config = params->b_gamma_table; in ia_css_get_b_gamma_config()
3014 params->b_gamma_table = *config; in ia_css_set_b_gamma_config()
3292 ia_css_get_b_gamma_config(params, config->b_gamma_table); in ia_css_get_configs()
3337 ia_css_set_b_gamma_config(params, config->b_gamma_table); in ia_css_set_configs()
H A Datomisp_cmd.c2001 if (css_param->update_flag.b_gamma_table) in atomisp_apply_css_parameters()
2002 asd->params.config.b_gamma_table = &css_param->b_gamma_table; in atomisp_apply_css_parameters()
2306 if (arg->b_gamma_table && (from_user || !cur_config->b_gamma_table)) { in atomisp_cp_general_isp_parameters()
2307 if (copy_from_compatible(&css_param->b_gamma_table, in atomisp_cp_general_isp_parameters()
2308 arg->b_gamma_table, in atomisp_cp_general_isp_parameters()
2312 css_param->update_flag.b_gamma_table = in atomisp_cp_general_isp_parameters()
2314 &css_param->b_gamma_table; in atomisp_cp_general_isp_parameters()
H A Dsh_css_params.c2514 ia_css_set_b_gamma_config(params, &stream_params->b_gamma_table); in sh_css_init_isp_params_from_global()
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h449 struct atomisp_rgb_gamma_table *b_gamma_table; member