Lines Matching defs:ctfb_res_modes
36 struct ctfb_res_modes { struct
37 int xres; /* visible resolution */
38 int yres;
39 int refresh; /* vertical refresh rate in hz */
41 int pixclock; /* pixel clock in ps (pico seconds) */
42 int pixclock_khz; /* pixel clock in kHz */
43 int left_margin; /* time from sync to picture */
44 int right_margin; /* time from picture to sync */
45 int upper_margin; /* time from sync to picture */
46 int lower_margin;
47 int hsync_len; /* length of horizontal sync */
48 int vsync_len; /* length of vertical sync */
49 int sync; /* see FB_SYNC_* */
50 int vmode; /* see FB_VMODE_* */