Searched refs:REG_MVFP (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov7670.c | 102 #define REG_MVFP 0x1e /* Mirror / vflip */ macro 328 { 0x16, 0x02 }, { REG_MVFP, 0x07 }, 1434 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_hflip() 1442 return ov7670_write(sd, REG_MVFP, v); in ov7670_s_hflip() 1450 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_vflip() 1458 return ov7670_write(sd, REG_MVFP, v); in ov7670_s_vflip()
|
D | ov9650.c | 103 #define REG_MVFP 0x1e /* Image mirror/flip */ macro 814 return ov965x_write(ov965x, REG_MVFP, mvfp); in ov965x_set_flip()
|