Home
last modified time | relevance | path

Searched refs:ov9740_reg_rmw (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov9740.c460 static int ov9740_reg_rmw(struct i2c_client *client, u16 reg, u8 set, u8 unset) in ov9740_reg_rmw() function
513 ret = ov9740_reg_rmw(client, OV9740_IMAGE_ORT, 0x2, 0); in ov9740_s_stream()
515 ret = ov9740_reg_rmw(client, OV9740_IMAGE_ORT, 0, 0x2); in ov9740_s_stream()
520 ret = ov9740_reg_rmw(client, OV9740_IMAGE_ORT, 0x1, 0); in ov9740_s_stream()
522 ret = ov9740_reg_rmw(client, OV9740_IMAGE_ORT, 0, 0x1); in ov9740_s_stream()