Searched refs:ov9640_reg_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 169 static int ov9640_reg_read(struct i2c_client *client, u8 reg, u8 *val) in ov9640_reg_read() function 217 ret = ov9640_reg_read(client, reg, &_val); in ov9640_reg_write() 232 ret = ov9640_reg_read(client, reg, &val); in ov9640_reg_rmw() 303 ret = ov9640_reg_read(client, reg->reg, &val); in ov9640_get_register() 605 ret = ov9640_reg_read(client, OV9640_PID, &pid); in ov9640_video_probe() 607 ret = ov9640_reg_read(client, OV9640_VER, &ver); in ov9640_video_probe() 609 ret = ov9640_reg_read(client, OV9640_MIDH, &midh); in ov9640_video_probe() 611 ret = ov9640_reg_read(client, OV9640_MIDL, &midl); in ov9640_video_probe()
|