Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Dsh_css_params.h99 struct ia_css_rgb_gamma_table g_gamma_table; member
Dia_css_types.h567 struct ia_css_rgb_gamma_table *g_gamma_table;/** sRGB Gamma Correction member
Datomisp_compat_ioctl32.h222 compat_uptr_t g_gamma_table; member
Datomisp_subdev.h181 struct ia_css_rgb_gamma_table g_gamma_table; member
Datomisp_cmd.c3252 if (css_param->update_flag.g_gamma_table) in atomisp_apply_css_parameters()
3253 asd->params.config.g_gamma_table = &css_param->g_gamma_table; in atomisp_apply_css_parameters()
3549 if (arg->g_gamma_table && (from_user || !cur_config->g_gamma_table)) { in atomisp_cp_general_isp_parameters()
3550 if (copy_from_compatible(&css_param->g_gamma_table, in atomisp_cp_general_isp_parameters()
3551 arg->g_gamma_table, in atomisp_cp_general_isp_parameters()
3555 css_param->update_flag.g_gamma_table = in atomisp_cp_general_isp_parameters()
3557 &css_param->g_gamma_table; in atomisp_cp_general_isp_parameters()
Dsh_css_params.c2641 ia_css_set_g_gamma_config(params, &stream_params->g_gamma_table); in sh_css_init_isp_params_from_global()
/drivers/staging/media/atomisp/pci/css_2401_system/hive/
Dia_css_isp_params.c730 &params->g_gamma_table, in ia_css_process_g_gamma()
2979 *config = params->g_gamma_table; in ia_css_get_g_gamma_config()
2998 params->g_gamma_table = *config; in ia_css_set_g_gamma_config()
3314 ia_css_get_g_gamma_config(params, config->g_gamma_table); in ia_css_get_configs()
3359 ia_css_set_g_gamma_config(params, config->g_gamma_table); in ia_css_set_configs()
/drivers/staging/media/atomisp/pci/css_2400_system/hive/
Dia_css_isp_params.c732 &params->g_gamma_table, in ia_css_process_g_gamma()
3016 *config = params->g_gamma_table; in ia_css_get_g_gamma_config()
3035 params->g_gamma_table = *config; in ia_css_set_g_gamma_config()
3367 ia_css_get_g_gamma_config(params, config->g_gamma_table); in ia_css_get_configs()
3412 ia_css_set_g_gamma_config(params, config->g_gamma_table); in ia_css_set_configs()
/drivers/staging/media/atomisp/include/linux/
Datomisp.h504 struct atomisp_rgb_gamma_table *g_gamma_table; member