Searched refs:ov2659_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov2659.c | 849 static int ov2659_read(struct i2c_client *client, u16 reg, u8 *val) in ov2659_read() function 1219 ret = ov2659_read(client, REG_PRE_ISP_CTRL00, &val); in ov2659_set_test_pattern() 1372 ret = ov2659_read(client, REG_SC_CHIP_ID_H, &pid); in ov2659_detect() 1374 ret = ov2659_read(client, REG_SC_CHIP_ID_L, &ver); in ov2659_detect()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov2659.c | 849 static int ov2659_read(struct i2c_client *client, u16 reg, u8 *val) in ov2659_read() function 1217 ret = ov2659_read(client, REG_PRE_ISP_CTRL00, &val); in ov2659_set_test_pattern() 1370 ret = ov2659_read(client, REG_SC_CHIP_ID_H, &pid); in ov2659_detect() 1372 ret = ov2659_read(client, REG_SC_CHIP_ID_L, &ver); in ov2659_detect()
|
Completed in 5 milliseconds