Searched refs:ov9640_reg_rmw (Results 1 – 1 of 1) sorted by relevance
/drivers/media/i2c/soc_camera/ |
D | ov9640.c | 227 static int ov9640_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 unset) in ov9640_reg_rmw() function 278 return ov9640_reg_rmw(client, OV9640_MVFP, in ov9640_s_ctrl() 280 return ov9640_reg_rmw(client, OV9640_MVFP, 0, OV9640_MVFP_V); in ov9640_s_ctrl() 283 return ov9640_reg_rmw(client, OV9640_MVFP, in ov9640_s_ctrl() 285 return ov9640_reg_rmw(client, OV9640_MVFP, 0, OV9640_MVFP_H); in ov9640_s_ctrl()
|