Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mt9v022.c55 #define MT9V022_AEC_AGC_ENABLE 0xAF macro
220 ret = reg_set(client, MT9V022_AEC_AGC_ENABLE, 0x3); in mt9v022_init()
303 ret = reg_read(client, MT9V022_AEC_AGC_ENABLE); in mt9v022_set_selection()
594 if (reg_set(client, MT9V022_AEC_AGC_ENABLE, 0x2) < 0) in mt9v022_s_ctrl()
611 if (reg_clear(client, MT9V022_AEC_AGC_ENABLE, 0x2) < 0) in mt9v022_s_ctrl()
622 data = reg_set(client, MT9V022_AEC_AGC_ENABLE, 0x1); in mt9v022_s_ctrl()
633 data = reg_clear(client, MT9V022_AEC_AGC_ENABLE, 0x1); in mt9v022_s_ctrl()