Lines Matching +full:sync +full:- +full:on +full:- +full:green +full:- +full:active
1 /* SPDX-License-Identifier: GPL-2.0+ */
14 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
15 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
16 #define FB_SYNC_EXT 4 /* external sync */
17 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */
21 #define FB_SYNC_ON_GREEN 32 /* sync on green */
42 int left_margin; /* time from sync to picture */
43 int right_margin; /* time from picture to sync */
44 int upper_margin; /* time from sync to picture */
46 int hsync_len; /* length of horizontal sync */
47 int vsync_len; /* length of vertical sync */
48 int sync; /* see FB_SYNC_* */ member