Searched refs:gc5025_otp_read_reg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc5025.c | 552 static int gc5025_otp_read_reg(struct i2c_client *client, in gc5025_otp_read_reg() function 654 otp_flag = gc5025_otp_read_reg(client, 1, 0x00); in gc5025_otp_read() 667 otp_p->module_id = gc5025_otp_read_reg(client, in gc5025_otp_read() 670 otp_p->lens_id = gc5025_otp_read_reg(client, in gc5025_otp_read() 673 otp_p->vcm_driver_id = gc5025_otp_read_reg(client, in gc5025_otp_read() 676 otp_p->vcm_id = gc5025_otp_read_reg(client, 1, in gc5025_otp_read() 679 otp_p->year = gc5025_otp_read_reg(client, 1, in gc5025_otp_read() 682 otp_p->month = gc5025_otp_read_reg(client, in gc5025_otp_read() 685 otp_p->day = gc5025_otp_read_reg(client, in gc5025_otp_read() 689 temp = gc5025_otp_read_reg(client, in gc5025_otp_read() [all …]
|