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

/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov9640.c227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) ov9640_reg_rmw() function
278 return ov9640_reg_rmw(client, OV9640_MVFP, ov9640_s_ctrl()
280 return ov9640_reg_rmw(client, OV9640_MVFP, 0, OV9640_MVFP_V); ov9640_s_ctrl()
283 return ov9640_reg_rmw(client, OV9640_MVFP, ov9640_s_ctrl()
285 return ov9640_reg_rmw(client, OV9640_MVFP, 0, OV9640_MVFP_H); ov9640_s_ctrl()

Completed in 41 milliseconds