Searched refs:ov2740_read_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov2740.c | 375 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() function 454 ret = ov2740_read_reg(ov2740, OV2740_REG_CHIP_ID, 3, &val); in ov2740_identify_module() 666 ret = ov2740_read_reg(ov2740, OV2740_REG_ISP_CTRL00, 1, &isp_ctrl00); in ov2740_load_otp_data() 672 ret = ov2740_read_reg(ov2740, OV2740_REG_ISP_CTRL01, 1, &isp_ctrl01); in ov2740_load_otp_data()
|