Searched refs:ov01a10_read_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov01a10.c | 300 static int ov01a10_read_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 *val) in ov01a10_read_reg() function 423 ret = ov01a10_read_reg(ov01a10, OV01A10_REG_FORMAT1, 1, &val); in ov01a10_set_hflip() 443 ret = ov01a10_read_reg(ov01a10, OV01A10_REG_FORMAT1, 1, &val); in ov01a10_set_vflip() 888 ret = ov01a10_read_reg(ov01a10, OV01A10_REG_CHIP_ID, 3, &val); in ov01a10_identify_module()
|