Searched refs:MT9V111_R01_IFP (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | mt9v111.c | 56 #define MT9V111_R01_IFP 0x01 macro 429 ret = mt9v111_update(c, MT9V111_R01_IFP, in __mt9v111_sw_reset() 436 ret = mt9v111_update(c, MT9V111_R01_IFP, in __mt9v111_sw_reset() 579 ret = mt9v111_update(c, MT9V111_R01_IFP, MT9V111_IFP_R3A_OUTFMT_CTRL2, in mt9v111_hw_config() 594 ret = mt9v111_write(c, MT9V111_R01_IFP, MT9V111_IFP_RA5_HPAN, in mt9v111_hw_config() 599 ret = mt9v111_write(c, MT9V111_R01_IFP, MT9V111_IFP_RA8_VPAN, in mt9v111_hw_config() 604 ret = mt9v111_write(c, MT9V111_R01_IFP, MT9V111_IFP_RA6_HZOOM, in mt9v111_hw_config() 610 ret = mt9v111_write(c, MT9V111_R01_IFP, MT9V111_IFP_RA9_VZOOM, in mt9v111_hw_config() 616 ret = mt9v111_write(c, MT9V111_R01_IFP, MT9V111_IFP_RA7_HOUT, in mt9v111_hw_config() 622 ret = mt9v111_write(c, MT9V111_R01_IFP, MT9V111_IFP_RAA_VOUT, in mt9v111_hw_config() [all …]
|