Searched refs:ov9740_reg_read (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/media/i2c/soc_camera/ |
| D | ov9740.c | 400 static int ov9740_reg_read(struct i2c_client *client, u16 reg, u8 *val) in ov9740_reg_read() function 465 ret = ov9740_reg_read(client, reg, &val); in ov9740_reg_rmw() 816 ret = ov9740_reg_read(client, reg->reg, &val); in ov9740_get_register() 851 ret = ov9740_reg_read(client, OV9740_MODEL_ID_HI, &modelhi); in ov9740_video_probe() 855 ret = ov9740_reg_read(client, OV9740_MODEL_ID_LO, &modello); in ov9740_video_probe() 861 ret = ov9740_reg_read(client, OV9740_REVISION_NUMBER, &priv->revision); in ov9740_video_probe() 865 ret = ov9740_reg_read(client, OV9740_MANUFACTURER_ID, &priv->manid); in ov9740_video_probe() 869 ret = ov9740_reg_read(client, OV9740_SMIA_VERSION, &priv->smiaver); in ov9740_video_probe()
|