Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov5670.c104 #define ov5670_read_1byte(client, reg, val) \ macro
1620 ov5670_read_1byte(client, 0x7010, &otp_flag); in ov5670_otp_read()
1632 ov5670_read_1byte(client, addr, &otp_ptr->module_id); in ov5670_otp_read()
1633 ov5670_read_1byte(client, addr + 1, &otp_ptr->lens_id); in ov5670_otp_read()
1634 ov5670_read_1byte(client, addr + 2, &otp_ptr->year); in ov5670_otp_read()
1635 ov5670_read_1byte(client, addr + 3, &otp_ptr->month); in ov5670_otp_read()
1636 ov5670_read_1byte(client, addr + 4, &otp_ptr->day); in ov5670_otp_read()
1659 ov5670_read_1byte(client, 0x7020, &otp_flag); in ov5670_otp_read()
1671 ov5670_read_1byte(client, addr + 2, &temp); in ov5670_otp_read()
1672 ov5670_read_1byte(client, addr, &otp_ptr->rg_ratio); in ov5670_otp_read()
[all …]