Searched refs:ov965x_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | ov9650.c | 427 static int ov965x_read(struct i2c_client *client, u8 addr, u8 *val) in ov965x_read() function 612 ret = ov965x_read(ov965x->client, REG_COM8, ®); in ov965x_set_banding_filter() 642 ret = ov965x_read(ov965x->client, REG_COM8, ®); in ov965x_set_white_balance() 696 ret = ov965x_read(client, REG_COM8, ®); in ov965x_set_gain() 725 ret = ov965x_read(client, REG_VREF, ®); in ov965x_set_gain() 745 ret = ov965x_read(ov965x->client, REG_COM14, &com14); in ov965x_set_sharpness() 748 ret = ov965x_read(ov965x->client, REG_EDGE, &edge); in ov965x_set_sharpness() 778 ret = ov965x_read(client, REG_COM8, ®); in ov965x_set_exposure() 859 ret = ov965x_read(ov965x->client, REG_COM23, ®); in ov965x_set_test_pattern() 880 ret = ov965x_read(client, REG_GAIN, ®0); in __g_volatile_ctrl() [all …]
|