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