Searched refs:MVFP_FLIP (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dstk-sensor.c148 #define MVFP_FLIP 0x10 /* Vertical flip */ macro
557 flip = (dev->vsettings.vflip?MVFP_FLIP:0)
H A Dov7670.c116 #define MVFP_FLIP 0x10 /* Vertical flip */ macro
1154 *value = (v & MVFP_FLIP) == MVFP_FLIP;
1166 v |= MVFP_FLIP;
1168 v &= ~MVFP_FLIP;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dstk-sensor.c148 #define MVFP_FLIP 0x10 /* Vertical flip */ macro
557 flip = (dev->vsettings.vflip?MVFP_FLIP:0)
H A Dov7670.c116 #define MVFP_FLIP 0x10 /* Vertical flip */ macro
1154 *value = (v & MVFP_FLIP) == MVFP_FLIP;
1166 v |= MVFP_FLIP;
1168 v &= ~MVFP_FLIP;

Completed in 118 milliseconds