Searched refs:MT9V022_AEC_AGC_ENABLE (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/i2c/soc_camera/ |
| D | mt9v022.c | 59 #define MT9V022_AEC_AGC_ENABLE 0xAF macro 224 ret = reg_set(client, MT9V022_AEC_AGC_ENABLE, 0x3); in mt9v022_init() 301 ret = reg_read(client, MT9V022_AEC_AGC_ENABLE); in mt9v022_s_crop() 592 if (reg_set(client, MT9V022_AEC_AGC_ENABLE, 0x2) < 0) in mt9v022_s_ctrl() 609 if (reg_clear(client, MT9V022_AEC_AGC_ENABLE, 0x2) < 0) in mt9v022_s_ctrl() 620 data = reg_set(client, MT9V022_AEC_AGC_ENABLE, 0x1); in mt9v022_s_ctrl() 631 data = reg_clear(client, MT9V022_AEC_AGC_ENABLE, 0x1); in mt9v022_s_ctrl()
|