Home
last modified time | relevance | path

Searched refs:bg_ratio (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov8858.c116 int bg_ratio; member
133 int bg_ratio; member
2177 bg = otp_r1a->bg_ratio; in ov8858_get_r1a_otp()
2179 bg = otp_r1a->bg_ratio * (otp_r1a->light_bg + 512) / 1024; in ov8858_get_r1a_otp()
2249 bg = otp_r2a->bg_ratio; in ov8858_get_r2a_otp()
2464 bg = otp_ptr->bg_ratio; in ov8858_apply_otp_r1a()
2466 bg = otp_ptr->bg_ratio * in ov8858_apply_otp_r1a()
2541 bg = otp_ptr->bg_ratio; in ov8858_apply_otp_r2a()
3118 ov8858_read_1byte(client, addr + 1, &otp_ptr->bg_ratio); in ov8858_otp_read_r1a()
3119 otp_ptr->bg_ratio = (otp_ptr->bg_ratio << 2) + in ov8858_otp_read_r1a()
[all …]
H A Dov5670.c115 int bg_ratio; member
946 bg = otp->bg_ratio; in ov5670_get_otp()
1090 bg = otp_ptr->bg_ratio; in ov5670_apply_otp()
1675 ov5670_read_1byte(client, addr + 1, &otp_ptr->bg_ratio); in ov5670_otp_read()
1676 otp_ptr->bg_ratio = (otp_ptr->bg_ratio << 2) + in ov5670_otp_read()
1679 otp_ptr->rg_ratio, otp_ptr->bg_ratio); in ov5670_otp_read()
1682 otp_ptr->bg_ratio = 0x00; in ov5670_otp_read()
1684 otp_ptr->rg_ratio, otp_ptr->bg_ratio); in ov5670_otp_read()
H A Dimx258_eeprom_head.h44 u32 bg_ratio; member
H A Dimx214_eeprom_head.h44 u32 bg_ratio; member
H A Dimx214_eeprom.c125 otp_ptr->bg_ratio = in imx214_otp_read_gz()
153 otp_ptr->rg_ratio, otp_ptr->bg_ratio); in imx214_otp_read_gz()
H A Dimx258_eeprom.c125 otp_ptr->bg_ratio = in imx258_otp_read_gz()
153 otp_ptr->rg_ratio, otp_ptr->bg_ratio); in imx258_otp_read_gz()
H A Dimx214.c909 inf->awb.b_value = otp->bg_ratio; in imx214_get_otp()
1091 u32 bg_ratio; in imx214_apply_otp() local
1114 bg_ratio = otp_ptr->bg_ratio; in imx214_apply_otp()
1116 rg_ratio, bg_ratio, golden_rg_ratio, golden_bg_ratio); in imx214_apply_otp()
1119 B_gain = golden_bg_ratio * 1000 / bg_ratio; in imx214_apply_otp()
H A Dimx258.c997 inf->awb.b_value = otp->bg_ratio; in imx258_get_otp()
1250 u32 bg_ratio; in imx258_apply_otp() local
1264 bg_ratio = otp_ptr->bg_ratio; in imx258_apply_otp()
1266 rg_ratio, bg_ratio, golden_rg_ratio, golden_bg_ratio); in imx258_apply_otp()
1269 B_gain = golden_bg_ratio * 1000 / bg_ratio; in imx258_apply_otp()
H A Dgc5025.c108 u32 bg_ratio; member
735 otp_p->bg_ratio = (tmpH << 8) | tmpL; in gc5025_otp_read()
742 otp_p->rg_ratio, otp_p->bg_ratio); in gc5025_otp_read()
930 inf->awb.b_value = otp->bg_ratio; in gc5025_get_otp()
1086 B_gain = golden_bg_ratio * 1000 / otp_p->bg_ratio; in gc5025_apply_otp()
H A Dgc8034.c132 u32 bg_ratio; member
1722 otp_ptr->bg_ratio = in gc8034_otp_read()
1725 otp_ptr->rg_ratio, otp_ptr->bg_ratio); in gc8034_otp_read()
1997 inf->awb.b_value = otp->bg_ratio; in gc8034_get_otp()
2212 B_gain = golden_bg_ratio * 1000 / otp_ptr->bg_ratio; in gc8034_apply_otp()
H A Dos08a20.c108 int bg_ratio; member
H A Dgc5035.c130 u32 bg_ratio; member
H A Dhi556.c111 int bg_ratio; member
/OK3568_Linux_fs/kernel/mm/
H A Dpage-writeback.c403 unsigned long bg_ratio = (dirty_background_ratio * PAGE_SIZE) / 100; in domain_dirty_limits() local
423 bg_ratio = min(DIV_ROUND_UP(bg_bytes, global_avail), in domain_dirty_limits()
436 bg_thresh = (bg_ratio * available_memory) / PAGE_SIZE; in domain_dirty_limits()