Home
last modified time | relevance | path

Searched refs:REG_MVFP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/usb/stkwebcam/
Dstk-sensor.c146 #define REG_MVFP 0x1e /* Mirror / vflip */ macro
561 stk_sensor_outb(dev, REG_MVFP, flip); in stk_sensor_configure()
/linux-4.4.14/drivers/media/i2c/
Dov7670.c99 #define REG_MVFP 0x1e /* Mirror / vflip */ macro
316 { 0x16, 0x02 }, { REG_MVFP, 0x07 },
1315 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_hflip()
1321 ret += ov7670_write(sd, REG_MVFP, v); in ov7670_s_hflip()
1330 ret = ov7670_read(sd, REG_MVFP, &v); in ov7670_s_vflip()
1336 ret += ov7670_write(sd, REG_MVFP, v); in ov7670_s_vflip()
Dov9650.c104 #define REG_MVFP 0x1e /* Image mirror/flip */ macro
816 return ov965x_write(ov965x->client, REG_MVFP, mvfp); in ov965x_set_flip()