Searched refs:REG_MVFP (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 144 #define REG_MVFP 0x1e /* Mirror / vflip */ macro 561 stk_sensor_outb(dev, REG_MVFP, flip); in stk_sensor_configure()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 103 #define REG_MVFP 0x1e /* Mirror / vflip */ macro 334 { 0x16, 0x02 }, { REG_MVFP, 0x07 }, 1397 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_hflip() 1403 ret += ov7670_write(sd, REG_MVFP, v); in ov7670_s_hflip() 1412 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_vflip() 1418 ret += ov7670_write(sd, REG_MVFP, v); in ov7670_s_vflip()
|
D | ov9650.c | 107 #define REG_MVFP 0x1e /* Image mirror/flip */ macro 825 return ov965x_write(ov965x->client, REG_MVFP, mvfp); in ov965x_set_flip()
|