Searched refs:ov01a10_read_reg (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov01a10.c | 297 static int ov01a10_read_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 *val) in ov01a10_read_reg() function 420 ret = ov01a10_read_reg(ov01a10, OV01A10_REG_FORMAT1, 1, &val); in ov01a10_set_hflip() 440 ret = ov01a10_read_reg(ov01a10, OV01A10_REG_FORMAT1, 1, &val); in ov01a10_set_vflip() 843 ret = ov01a10_read_reg(ov01a10, OV01A10_REG_CHIP_ID, 3, &val); in ov01a10_identify_module()
|