Searched refs:ov9740_reg_read (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov9740.c400 static int ov9740_reg_read(struct i2c_client *client, u16 reg, u8 *val) ov9740_reg_read() function
465 ret = ov9740_reg_read(client, reg, &val); ov9740_reg_rmw()
826 ret = ov9740_reg_read(client, reg->reg, &val); ov9740_get_register()
861 ret = ov9740_reg_read(client, OV9740_MODEL_ID_HI, &modelhi); ov9740_video_probe()
865 ret = ov9740_reg_read(client, OV9740_MODEL_ID_LO, &modello); ov9740_video_probe()
871 ret = ov9740_reg_read(client, OV9740_REVISION_NUMBER, &priv->revision); ov9740_video_probe()
875 ret = ov9740_reg_read(client, OV9740_MANUFACTURER_ID, &priv->manid); ov9740_video_probe()
879 ret = ov9740_reg_read(client, OV9740_SMIA_VERSION, &priv->smiaver); ov9740_video_probe()

Completed in 57 milliseconds