Searched refs:ov9282_read_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov9282.c448 * ov9282_read_reg() - Read registers.
456 static int ov9282_read_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 *val) function
610 int ret = ov9282_read_reg(ov9282, OV9282_REG_TIMING_FORMAT_2, 1,
627 int ret = ov9282_read_reg(ov9282, OV9282_REG_TIMING_FORMAT_1, 1,
1074 ret = ov9282_read_reg(ov9282, OV9282_REG_ID, 2, &val);

Completed in 122 milliseconds