Lines Matching defs:mt9m032_write
163 static int mt9m032_write(struct i2c_client *client, u8 reg, const u16 data)
212 return mt9m032_write(client, MT9M032_VBLANK, vblank);
220 ret = mt9m032_write(client, MT9M032_COLUMN_SIZE,
223 ret = mt9m032_write(client, MT9M032_ROW_SIZE,
226 ret = mt9m032_write(client, MT9M032_COLUMN_START,
229 ret = mt9m032_write(client, MT9M032_ROW_START,
246 return mt9m032_write(client, MT9M032_FORMATTER2, reg_val);
282 ret = mt9m032_write(client, MT9M032_PLL_CONFIG1,
286 ret = mt9m032_write(client, MT9P031_PLL_CONTROL,
290 ret = mt9m032_write(client, MT9M032_READ_MODE1, 0x8000 |
296 ret = mt9m032_write(client, MT9M032_FORMATTER1, reg_val);
574 return mt9m032_write(client, reg->reg, reg->val);
590 return mt9m032_write(client, MT9M032_READ_MODE2, reg_val);
619 return mt9m032_write(client, MT9M032_GAIN_ALL, reg_val);
649 ret = mt9m032_write(client, MT9M032_SHUTTER_WIDTH_HIGH,
654 return mt9m032_write(client, MT9M032_SHUTTER_WIDTH_LOW,
794 ret = mt9m032_write(client, MT9M032_RESET, 1); /* reset on */
797 ret = mt9m032_write(client, MT9M032_RESET, 0); /* reset off */
815 ret = mt9m032_write(client, 0x41, 0x0000); /* reserved !!! */
818 ret = mt9m032_write(client, 0x42, 0x0003); /* reserved !!! */
821 ret = mt9m032_write(client, 0x43, 0x0003); /* reserved !!! */
824 ret = mt9m032_write(client, 0x7f, 0x0000); /* reserved !!! */
828 ret = mt9m032_write(client, MT9M032_PIX_CLK_CTRL,
834 ret = mt9m032_write(client, MT9M032_RESTART, 1); /* Restart on */
838 ret = mt9m032_write(client, MT9M032_RESTART, 0); /* Restart off */