Searched refs:OV08D10_REG_PAGE (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov08d10.c | 21 #define OV08D10_REG_PAGE 0xfd macro 687 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_update_analog_gain() 708 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_update_digital_gain() 736 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_exposure() 746 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_exposure() 777 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_vblank() 808 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_test_pattern() 828 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_ctrl_flip() 838 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x01); in ov08d10_set_ctrl_flip() 1024 ret = i2c_smbus_write_byte_data(client, OV08D10_REG_PAGE, 0x00); in ov08d10_start_streaming() [all …]
|