Searched refs:ov8858_lens_info (Results 1 – 1 of 1) sorted by relevance
259 static const struct ov8858_id_name ov8858_lens_info[] = { variable2159 for (i = 0; i < ARRAY_SIZE(ov8858_lens_info) - 1; i++) { in ov8858_get_r1a_otp()2160 if (ov8858_lens_info[i].id == otp_r1a->lens_id) in ov8858_get_r1a_otp()2163 strlcpy(inf->fac.lens, ov8858_lens_info[i].name, in ov8858_get_r1a_otp()2241 for (i = 0; i < ARRAY_SIZE(ov8858_lens_info) - 1; i++) { in ov8858_get_r2a_otp()2242 if (ov8858_lens_info[i].id == otp_r2a->lens_id) in ov8858_get_r2a_otp()2245 strlcpy(inf->fac.lens, ov8858_lens_info[i].name, in ov8858_get_r2a_otp()