Lines Matching refs:bcsh_info
1820 struct base_bcsh_info *bcsh_info; in vop2_tv_config_update() local
1827 bcsh_info = &conn_state->disp_info->bcsh_info; in vop2_tv_config_update()
1828 if (!bcsh_info) in vop2_tv_config_update()
1831 if (bcsh_info->brightness != 50 || in vop2_tv_config_update()
1832 bcsh_info->contrast != 50 || in vop2_tv_config_update()
1833 bcsh_info->saturation != 50 || bcsh_info->hue != 50) in vop2_tv_config_update()
1852 bcsh_info->brightness); in vop2_tv_config_update()
1855 bcsh_info->brightness); in vop2_tv_config_update()
1856 contrast = interpolate(0, 0, 100, 511, bcsh_info->contrast); in vop2_tv_config_update()
1857 saturation = interpolate(0, 0, 100, 511, bcsh_info->saturation); in vop2_tv_config_update()
1858 hue = interpolate(0, -30, 100, 30, bcsh_info->hue); in vop2_tv_config_update()