Searched refs:read_reg_otp (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | otp_eeprom.c | 40 static int read_reg_otp(struct i2c_client *client, u16 reg, in read_reg_otp() function 109 read_reg_otp(client, INFO_FLAG_REG + i, 1, &temp); in get_vendor_flag() 133 ret = read_reg_otp(client, INFO_FLAG_REG, in otp_read_data() 136 ret |= read_reg_otp(client, INFO_ID_REG, in otp_read_data() 138 ret |= read_reg_otp(client, INFO_ID_REG + 1, in otp_read_data() 140 ret |= read_reg_otp(client, INFO_ID_REG + 2, in otp_read_data() 142 ret |= read_reg_otp(client, INFO_ID_REG + 3, in otp_read_data() 144 ret |= read_reg_otp(client, INFO_ID_REG + 4, in otp_read_data() 146 ret |= read_reg_otp(client, INFO_ID_REG + 5, in otp_read_data() 148 ret |= read_reg_otp(client, INFO_ID_REG + 6, in otp_read_data() [all …]
|