Searched refs:ov965x_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | ov9650.c | 423 static int ov965x_read(struct i2c_client *client, u8 addr, u8 *val) in ov965x_read() function 603 ret = ov965x_read(ov965x->client, REG_COM8, ®); in ov965x_set_banding_filter() 633 ret = ov965x_read(ov965x->client, REG_COM8, ®); in ov965x_set_white_balance() 687 ret = ov965x_read(client, REG_COM8, ®); in ov965x_set_gain() 716 ret = ov965x_read(client, REG_VREF, ®); in ov965x_set_gain() 736 ret = ov965x_read(ov965x->client, REG_COM14, &com14); in ov965x_set_sharpness() 739 ret = ov965x_read(ov965x->client, REG_EDGE, &edge); in ov965x_set_sharpness() 769 ret = ov965x_read(client, REG_COM8, ®); in ov965x_set_exposure() 850 ret = ov965x_read(ov965x->client, REG_COM23, ®); in ov965x_set_test_pattern() 871 ret = ov965x_read(client, REG_GAIN, ®0); in __g_volatile_ctrl() [all …]
|