Searched refs:ov8858_read_1byte (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov8858.c | 103 #define ov8858_read_1byte(client, reg, val) \ macro 2505 ov8858_read_1byte(client, 0x5000, &temp); in ov8858_apply_otp_r1a() 2578 ov8858_read_1byte(client, 0x5000, &temp); in ov8858_apply_otp_r2a() 3076 ov8858_read_1byte(client, 0x7010, &otp_flag); in ov8858_otp_read_r1a() 3088 ov8858_read_1byte(client, addr, &otp_ptr->module_id); in ov8858_otp_read_r1a() 3089 ov8858_read_1byte(client, addr + 1, &otp_ptr->lens_id); in ov8858_otp_read_r1a() 3090 ov8858_read_1byte(client, addr + 2, &otp_ptr->year); in ov8858_otp_read_r1a() 3091 ov8858_read_1byte(client, addr + 3, &otp_ptr->month); in ov8858_otp_read_r1a() 3092 ov8858_read_1byte(client, addr + 4, &otp_ptr->day); in ov8858_otp_read_r1a() 3102 ov8858_read_1byte(client, 0x7020, &otp_flag); in ov8858_otp_read_r1a() [all …]
|