Home
last modified time | relevance | path

Searched refs:MVFP_FLIP (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/video/
Dstk-sensor.c148 #define MVFP_FLIP 0x10 /* Vertical flip */ macro
559 flip = (dev->vsettings.vflip?MVFP_FLIP:0) in stk_sensor_configure()
Dov7670.c111 #define MVFP_FLIP 0x10 /* Vertical flip */ macro
1206 *value = (v & MVFP_FLIP) == MVFP_FLIP; in ov7670_g_vflip()
1218 v |= MVFP_FLIP; in ov7670_s_vflip()
1220 v &= ~MVFP_FLIP; in ov7670_s_vflip()