Searched refs:ov965x_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov9650.c | 423 static int ov965x_read(struct ov965x *ov965x, u8 addr, u8 *val) in ov965x_read() function 598 ret = ov965x_read(ov965x, REG_COM8, ®); in ov965x_set_banding_filter() 628 ret = ov965x_read(ov965x, REG_COM8, ®); in ov965x_set_white_balance() 681 ret = ov965x_read(ov965x, REG_COM8, ®); in ov965x_set_gain() 715 ret = ov965x_read(ov965x, REG_VREF, ®); in ov965x_set_gain() 735 ret = ov965x_read(ov965x, REG_COM14, &com14); in ov965x_set_sharpness() 738 ret = ov965x_read(ov965x, REG_EDGE, &edge); in ov965x_set_sharpness() 767 ret = ov965x_read(ov965x, REG_COM8, ®); in ov965x_set_exposure() 848 ret = ov965x_read(ov965x, REG_COM23, ®); in ov965x_set_test_pattern() 868 ret = ov965x_read(ov965x, REG_GAIN, ®0); in __g_volatile_ctrl() [all …]
|