Lines Matching defs:sync
137 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
138 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
139 #define FB_SYNC_EXT 4 /* external sync */
140 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
144 #define FB_SYNC_ON_GREEN 32 /* sync on green */
182 __u32 left_margin; /* time from sync to picture */
183 __u32 right_margin; /* time from picture to sync */
184 __u32 upper_margin; /* time from sync to picture */
186 __u32 hsync_len; /* length of horizontal sync */
187 __u32 vsync_len; /* length of vertical sync */
188 __u32 sync; /* see FB_SYNC_* */