Home
last modified time | relevance | path

Searched refs:b_value (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx214_eeprom.c72 u32 r_value, gr_value, gb_value, b_value; in imx214_otp_read_gz() local
121 1, &b_value); in imx214_otp_read_gz()
122 checksum += b_value; in imx214_otp_read_gz()
126 b_value * 1024 / ((gr_value + gb_value) / 2); in imx214_otp_read_gz()
137 1, &b_value); in imx214_otp_read_gz()
138 checksum += b_value; in imx214_otp_read_gz()
142 b_value * 1024 / ((gr_value + gb_value) / 2); in imx214_otp_read_gz()
H A Dimx258_eeprom.c72 u32 r_value, gr_value, gb_value, b_value; in imx258_otp_read_gz() local
121 1, &b_value); in imx258_otp_read_gz()
122 checksum += b_value; in imx258_otp_read_gz()
126 b_value * 1024 / ((gr_value + gb_value) / 2); in imx258_otp_read_gz()
137 1, &b_value); in imx258_otp_read_gz()
138 checksum += b_value; in imx258_otp_read_gz()
142 b_value * 1024 / ((gr_value + gb_value) / 2); in imx258_otp_read_gz()
H A Dov8858.c2183 inf->awb.b_value = bg; in ov8858_get_r1a_otp()
2253 inf->awb.b_value = bg; in ov8858_get_r2a_otp()
H A Dgc8034.c1437 inf->awb.b_value = otp->awb_data.b_ratio; in gc8034_get_otp()
1997 inf->awb.b_value = otp->bg_ratio; in gc8034_get_otp()
H A Dov5670.c950 inf->awb.b_value = bg; in ov5670_get_otp()
H A Dimx214.c909 inf->awb.b_value = otp->bg_ratio; in imx214_get_otp()
H A Dimx258.c997 inf->awb.b_value = otp->bg_ratio; in imx258_get_otp()
H A Dov50c40.c6172 inf->awb.b_value = otp->awb_data.b_ratio; in ov50c40_get_otp()
H A Dimx586.c1175 inf->awb.b_value = otp->awb_data.b_ratio; in imx586_get_otp()
H A Ds5kjn1.c1234 inf->awb.b_value = otp->awb_data.b_ratio; in s5kjn1_get_otp()
H A Dgc5025.c930 inf->awb.b_value = otp->bg_ratio; in gc5025_get_otp()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_existence.c20 int b_value; member
55 out->b_value = BPF_CORE_READ(in, b); in test_core_existence()
57 out->b_value = 0xff000002u; in test_core_existence()
H A Dcore_reloc_types.h661 int b_value; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c562 .b_value = 2,
582 .b_value = 0xff000002u,
601 .b_value = 0xff000002u,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsmu.h590 __s16 b_value; /* s10.6 fixed point */ member
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-csi.c607 u32 r_value, u32 g_value, u32 b_value, in ipu_csi_set_test_generator() argument
630 (b_value << CSI_TEST_GEN_B_SHIFT); in ipu_csi_set_test_generator()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-camera-module.h257 __u32 b_value; member
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm_smu_sensors.c104 scaled += ((s64)cpudiode->b_value) << 9; in smu_cputemp_get()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drk-camera-module.h245 __u32 b_value; member
/OK3568_Linux_fs/kernel/include/video/
H A Dimx-ipu-v3.h367 u32 r_value, u32 g_value, u32 b_value,