Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov9740.c34 #define OV9740_IMAGE_ORT 0x0101 macro
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()