arch/arm/mach-s3c/mach-crag6410.c
157
static struct fb_videomode crag6410_lcd_timing = {
arch/sh/boards/board-sh7785lcr.c
142
static struct fb_videomode sm501_default_mode_crt = {
arch/sh/boards/board-sh7785lcr.c
155
static struct fb_videomode sm501_default_mode_pnl = {
arch/sh/boards/mach-ap325rxa/setup.c
203
static const struct fb_videomode ap325rxa_lcdc_modes[] = {
arch/sh/boards/mach-ecovec24/setup.c
311
static const struct fb_videomode ecovec_lcd_modes[] = {
arch/sh/boards/mach-ecovec24/setup.c
326
static const struct fb_videomode ecovec_dvi_modes[] = {
arch/sh/boards/mach-kfr2r09/setup.c
142
static const struct fb_videomode kfr2r09_lcdc_modes[] = {
arch/sh/boards/mach-migor/setup.c
219
static const struct fb_videomode migor_lcd_modes[] = {
arch/sh/boards/mach-r2d/setup.c
128
static struct fb_videomode sm501_default_mode = {
arch/sh/boards/mach-se/7724/setup.c
160
static const struct fb_videomode lcdc_720p_modes[] = {
arch/sh/boards/mach-se/7724/setup.c
175
static const struct fb_videomode lcdc_vga_modes[] = {
arch/sh/boards/mach-sh7763rdp/setup.c
108
static struct fb_videomode sh7763fb_videomode = {
arch/sh/include/asm/sh7760fb.h
142
struct fb_videomode *def_mode;
drivers/staging/sm750fb/sm750.c
42
static const struct fb_videomode lynx750_ext[] = {
drivers/staging/sm750fb/sm750.c
733
const struct fb_videomode *pdb[] = {
drivers/video/fbdev/acornfb.c
618
static struct fb_videomode modedb[] = {
drivers/video/fbdev/acornfb.c
670
static struct fb_videomode acornfb_default_mode = {
drivers/video/fbdev/amifb.c
3642
struct fb_videomode *mode = &ami_modedb[i];
drivers/video/fbdev/amifb.c
818
static struct fb_videomode ami_modedb[] __initdata = {
drivers/video/fbdev/atafb.c
454
static struct fb_videomode atafb_modedb[] __initdata = {
drivers/video/fbdev/atmel_lcdfb.c
346
static const struct fb_videomode *atmel_lcdfb_choose_mode(struct fb_var_screeninfo *var,
drivers/video/fbdev/atmel_lcdfb.c
349
struct fb_videomode varfbmode;
drivers/video/fbdev/atmel_lcdfb.c
350
const struct fb_videomode *fbmode = NULL;
drivers/video/fbdev/atmel_lcdfb.c
927
struct fb_videomode fb_vm;
drivers/video/fbdev/aty/aty128fb.c
120
static const struct fb_videomode defaultmode = {
drivers/video/fbdev/aty/atyfb_base.c
294
static const struct fb_videomode defmode = {
drivers/video/fbdev/aty/radeon_monitor.c
713
const struct fb_videomode *mode)
drivers/video/fbdev/aty/radeon_monitor.c
844
struct fb_videomode *modedb;
drivers/video/fbdev/aty/radeon_monitor.c
907
struct fb_videomode *modedb = NULL;
drivers/video/fbdev/aty/radeon_monitor.c
930
struct fb_videomode mode;
drivers/video/fbdev/aty/radeon_monitor.c
952
const struct fb_videomode *mode)
drivers/video/fbdev/aty/radeon_monitor.c
977
const struct fb_videomode *db = vesa_modes;
drivers/video/fbdev/aty/radeon_monitor.c
981
const struct fb_videomode *candidate = NULL;
drivers/video/fbdev/aty/radeonfb.h
335
struct fb_videomode *mon1_modedb;
drivers/video/fbdev/carminefb.c
90
static const struct fb_videomode carmine_modedb[] = {
drivers/video/fbdev/clps711x-fb.c
38
struct fb_videomode mode;
drivers/video/fbdev/core/fbcon.c
2079
const struct fb_videomode *mode;
drivers/video/fbdev/core/fbcon.c
2777
struct fb_videomode *mode)
drivers/video/fbdev/core/fbcon.c
2802
static void fbcon_delete_mode(struct fb_videomode *m)
drivers/video/fbdev/core/fbcon.c
3079
const struct fb_videomode *mode;
drivers/video/fbdev/core/fbcon.h
50
const struct fb_videomode *mode;
drivers/video/fbdev/core/fbcvt.c
260
struct fb_videomode *mode)
drivers/video/fbdev/core/fbcvt.c
294
int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb)
drivers/video/fbdev/core/fbmem.c
226
struct fb_videomode *mode)
drivers/video/fbdev/core/fbmem.c
237
struct fb_videomode mode;
drivers/video/fbdev/core/fbmem.c
241
struct fb_videomode mode1, mode2;
drivers/video/fbdev/core/fbmem.c
440
struct fb_videomode mode;
drivers/video/fbdev/core/fbmem.c
718
struct fb_videomode *m, mode;
drivers/video/fbdev/core/fbmon.c
1317
struct fb_videomode *fbmode)
drivers/video/fbdev/core/fbmon.c
1366
static inline void dump_fb_videomode(const struct fb_videomode *m)
drivers/video/fbdev/core/fbmon.c
1385
int of_get_fb_videomode(struct device_node *np, struct fb_videomode *fb,
drivers/video/fbdev/core/fbmon.c
1417
void fb_destroy_modedb(struct fb_videomode *modedb)
drivers/video/fbdev/core/fbmon.c
387
struct fb_videomode *mode)
drivers/video/fbdev/core/fbmon.c
414
static int get_est_timing(unsigned char *block, struct fb_videomode *mode)
drivers/video/fbdev/core/fbmon.c
499
static int get_std_timing(unsigned char *block, struct fb_videomode *mode,
drivers/video/fbdev/core/fbmon.c
558
static int get_dst_timing(unsigned char *block, struct fb_videomode *mode,
drivers/video/fbdev/core/fbmon.c
570
struct fb_videomode *mode)
drivers/video/fbdev/core/fbmon.c
621
static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize,
drivers/video/fbdev/core/fbmon.c
624
struct fb_videomode *mode, *m;
drivers/video/fbdev/core/fbmon.c
629
mode = kzalloc_objs(struct fb_videomode, 50);
drivers/video/fbdev/core/fbmon.c
680
m = kmalloc_objs(struct fb_videomode, num);
drivers/video/fbdev/core/fbmon.c
683
memmove(m, mode, num * sizeof(struct fb_videomode));
drivers/video/fbdev/core/fbmon.c
695
void fb_destroy_modedb(struct fb_videomode *modedb)
drivers/video/fbdev/core/fbmon.c
725
struct fb_videomode *modes, *mode;
drivers/video/fbdev/core/fbsysfs.c
100
int i = count / sizeof(struct fb_videomode);
drivers/video/fbdev/core/fbsysfs.c
102
if (i * sizeof(struct fb_videomode) != count)
drivers/video/fbdev/core/fbsysfs.c
109
fb_videomode_to_modelist((const struct fb_videomode *)buf, i,
drivers/video/fbdev/core/fbsysfs.c
129
const struct fb_videomode *mode;
drivers/video/fbdev/core/fbsysfs.c
33
const struct fb_videomode *mode)
drivers/video/fbdev/core/fbsysfs.c
61
struct fb_videomode *mode;
drivers/video/fbdev/core/modedb.c
1003
struct fb_videomode *cmode, *best = NULL;
drivers/video/fbdev/core/modedb.c
1036
const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
drivers/video/fbdev/core/modedb.c
1040
struct fb_videomode *m, mode;
drivers/video/fbdev/core/modedb.c
1059
int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head)
drivers/video/fbdev/core/modedb.c
1062
struct fb_videomode *m;
drivers/video/fbdev/core/modedb.c
1091
void fb_delete_videomode(const struct fb_videomode *mode,
drivers/video/fbdev/core/modedb.c
1096
struct fb_videomode *m;
drivers/video/fbdev/core/modedb.c
1129
void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
drivers/video/fbdev/core/modedb.c
1142
const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
drivers/video/fbdev/core/modedb.c
1146
const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL;
drivers/video/fbdev/core/modedb.c
298
const struct fb_videomode vesa_modes[] = {
drivers/video/fbdev/core/modedb.c
37
static const struct fb_videomode modedb[] = {
drivers/video/fbdev/core/modedb.c
549
const struct fb_videomode *mode, unsigned int bpp)
drivers/video/fbdev/core/modedb.c
625
const struct fb_videomode *db, unsigned int dbsize,
drivers/video/fbdev/core/modedb.c
626
const struct fb_videomode *default_mode,
drivers/video/fbdev/core/modedb.c
729
struct fb_videomode cvt_mode;
drivers/video/fbdev/core/modedb.c
856
void fb_var_to_videomode(struct fb_videomode *mode,
drivers/video/fbdev/core/modedb.c
904
const struct fb_videomode *mode)
drivers/video/fbdev/core/modedb.c
931
int fb_mode_is_equal(const struct fb_videomode *mode1,
drivers/video/fbdev/core/modedb.c
932
const struct fb_videomode *mode2)
drivers/video/fbdev/core/modedb.c
964
const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
drivers/video/fbdev/core/modedb.c
968
struct fb_videomode *mode, *best = NULL;
drivers/video/fbdev/core/modedb.c
999
const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
drivers/video/fbdev/cyber2000fb.c
1294
static const struct fb_videomode cyber2000fb_default_mode = {
drivers/video/fbdev/fsl-diu-fb.c
1471
struct fb_videomode *db = fsl_diu_mode_db;
drivers/video/fbdev/fsl-diu-fb.c
1522
struct fb_videomode *modedb = &specs->modedb[0];
drivers/video/fbdev/fsl-diu-fb.c
55
static struct fb_videomode fsl_diu_mode_db[] = {
drivers/video/fbdev/gbefb.c
150
static struct fb_videomode default_mode_CRT = {
drivers/video/fbdev/gbefb.c
165
static struct fb_videomode default_mode_LCD = {
drivers/video/fbdev/gbefb.c
179
static struct fb_videomode *default_mode = &default_mode_CRT;
drivers/video/fbdev/geode/gx1fb_core.c
29
static const struct fb_videomode gx1_modedb[] = {
drivers/video/fbdev/geode/gxfb_core.c
109
static struct fb_videomode gx_dcon_modedb[] = {
drivers/video/fbdev/geode/gxfb_core.c
116
static void get_modedb(struct fb_videomode **modedb, unsigned int *size)
drivers/video/fbdev/geode/gxfb_core.c
119
*modedb = (struct fb_videomode *) gx_dcon_modedb;
drivers/video/fbdev/geode/gxfb_core.c
122
*modedb = (struct fb_videomode *) gx_modedb;
drivers/video/fbdev/geode/gxfb_core.c
362
struct fb_videomode *modedb_ptr;
drivers/video/fbdev/geode/gxfb_core.c
42
static struct fb_videomode gx_modedb[] = {
drivers/video/fbdev/geode/lxfb_core.c
218
static struct fb_videomode olpc_dcon_modedb[] = {
drivers/video/fbdev/geode/lxfb_core.c
225
static void get_modedb(struct fb_videomode **modedb, unsigned int *size)
drivers/video/fbdev/geode/lxfb_core.c
228
*modedb = (struct fb_videomode *) olpc_dcon_modedb;
drivers/video/fbdev/geode/lxfb_core.c
231
*modedb = (struct fb_videomode *) geode_modedb;
drivers/video/fbdev/geode/lxfb_core.c
37
static struct fb_videomode geode_modedb[] = {
drivers/video/fbdev/geode/lxfb_core.c
484
struct fb_videomode *modedb_ptr;
drivers/video/fbdev/grvga.c
47
static const struct fb_videomode grvga_modedb[] = {
drivers/video/fbdev/gxt4500.c
164
static const struct fb_videomode defaultmode = {
drivers/video/fbdev/i740fb.c
1089
const struct fb_videomode *m;
drivers/video/fbdev/i810/i810_main.c
1055
const struct fb_videomode *mode;
drivers/video/fbdev/i810/i810_main.c
1901
struct fb_videomode mode;
drivers/video/fbdev/i810/i810_main.c
1912
memset(&mode, 0, sizeof(struct fb_videomode));
drivers/video/fbdev/i810/i810_main.c
1934
const struct fb_videomode *m;
drivers/video/fbdev/i810/i810_main.c
2019
struct fb_videomode mode;
drivers/video/fbdev/imxfb.c
43
struct fb_videomode mode;
drivers/video/fbdev/imxfb.c
747
struct fb_videomode *of_mode = &imxfb_mode->mode;
drivers/video/fbdev/kyro/fbdev.c
91
static struct fb_videomode kyro_modedb[] = {
drivers/video/fbdev/macmodes.c
143
const struct fb_videomode *mode;
drivers/video/fbdev/macmodes.c
224
const struct fb_videomode *mode = NULL;
drivers/video/fbdev/macmodes.c
323
const struct fb_videomode *mode = map->mode;
drivers/video/fbdev/macmodes.c
341
const struct fb_videomode *clk_mode = map->mode;
drivers/video/fbdev/macmodes.c
35
static const struct fb_videomode mac_modedb[] = {
drivers/video/fbdev/macmodes.c
402
const struct fb_videomode *db = NULL;
drivers/video/fbdev/matrox/matroxfb_base.c
1594
static const struct fb_videomode defaultmode = {
drivers/video/fbdev/mb862xx/mb862xxfb.h
42
struct fb_videomode def_mode; /* mode of connected display */
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c
470
fb_videomode_to_var(&fbi->var, (struct fb_videomode *)mode);
drivers/video/fbdev/mmp/fb/mmpfb.c
224
struct fb_videomode *videomode, int output_fmt)
drivers/video/fbdev/mmp/fb/mmpfb.c
248
static void mmpmode_to_fbmode(struct fb_videomode *videomode,
drivers/video/fbdev/mmp/fb/mmpfb.c
351
struct fb_videomode *m;
drivers/video/fbdev/mmp/fb/mmpfb.c
362
m = (struct fb_videomode *)fb_match_mode(var, &info->modelist);
drivers/video/fbdev/mmp/fb/mmpfb.c
365
m = (struct fb_videomode *)fb_find_best_mode(var,
drivers/video/fbdev/mmp/fb/mmpfb.c
369
memcpy(&fbi->mode, m, sizeof(struct fb_videomode));
drivers/video/fbdev/mmp/fb/mmpfb.c
467
struct fb_videomode *videomodes;
drivers/video/fbdev/mmp/fb/mmpfb.c
479
videomodes = kzalloc_objs(struct fb_videomode, videomode_num);
drivers/video/fbdev/mmp/fb/mmpfb.c
488
memcpy(&fbi->mode, &videomodes[0], sizeof(struct fb_videomode));
drivers/video/fbdev/mmp/fb/mmpfb.h
24
struct fb_videomode mode;
drivers/video/fbdev/neofb.c
1632
static struct fb_videomode mode800x480 = {
drivers/video/fbdev/neofb.c
1771
info->monspecs.modedb = kmalloc_obj(struct fb_videomode);
drivers/video/fbdev/neofb.c
1796
memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
drivers/video/fbdev/neofb.c
1802
memcpy(info->monspecs.modedb, &mode800x480, sizeof(struct fb_videomode));
drivers/video/fbdev/neofb.c
1806
memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode));
drivers/video/fbdev/neofb.c
1813
memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode));
drivers/video/fbdev/neofb.c
1820
memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode));
drivers/video/fbdev/neofb.c
1832
memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
drivers/video/fbdev/nvidia/nvidia.c
1112
struct fb_videomode modedb;
drivers/video/fbdev/nvidia/nvidia.c
1140
const struct fb_videomode *mode;
drivers/video/fbdev/nvidia/nvidia.c
832
const struct fb_videomode *mode;
drivers/video/fbdev/nvidia/nvidia.c
851
const struct fb_videomode *mode;
drivers/video/fbdev/ocfb.c
52
static const struct fb_videomode default_mode = {
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2198
static void fb_videomode_to_omap_timings(struct fb_videomode *m,
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2258
struct fb_videomode *m;
drivers/video/fbdev/ps3fb.c
140
static const struct fb_videomode ps3fb_modedb[] = {
drivers/video/fbdev/ps3fb.c
265
static int ps3fb_cmp_mode(const struct fb_videomode *vmode,
drivers/video/fbdev/ps3fb.c
313
static const struct fb_videomode *ps3fb_native_vmode(enum ps3av_mode_num id)
drivers/video/fbdev/ps3fb.c
318
static const struct fb_videomode *ps3fb_vmode(int id)
drivers/video/fbdev/ps3fb.c
338
const struct fb_videomode *vmode;
drivers/video/fbdev/ps3fb.c
608
const struct fb_videomode *vmode;
drivers/video/fbdev/ps3fb.c
812
const struct fb_videomode *vmode;
drivers/video/fbdev/pvr2fb.c
198
static struct fb_videomode pvr2_modedb[] = {
drivers/video/fbdev/pxa168fb.c
163
struct fb_videomode *mode, int pix_fmt, int ystretch)
drivers/video/fbdev/pxa168fb.c
241
const struct fb_videomode *m)
drivers/video/fbdev/pxa168fb.c
402
struct fb_videomode mode;
drivers/video/fbdev/pxa168fb.c
561
const struct fb_videomode *m;
drivers/video/fbdev/riva/fbdev.c
1076
const struct fb_videomode *mode;
drivers/video/fbdev/riva/fbdev.c
1783
struct fb_videomode modedb;
drivers/video/fbdev/riva/fbdev.c
818
const struct fb_videomode *modedb)
drivers/video/fbdev/s3c-fb.c
1056
static void s3c_fb_missing_pixclock(struct fb_videomode *mode)
drivers/video/fbdev/s3c-fb.c
1174
struct fb_videomode initmode;
drivers/video/fbdev/s3c-fb.c
1288
struct fb_videomode *vmode = sfb->pdata->vtiming;
drivers/video/fbdev/s3fb.c
1366
const struct fb_videomode *m;
drivers/video/fbdev/savage/savagefb_driver.c
2233
struct fb_videomode cvt_mode;
drivers/video/fbdev/savage/savagefb_driver.c
2253
const struct fb_videomode *mode;
drivers/video/fbdev/savage/savagefb_driver.c
846
const struct fb_videomode *modedb)
drivers/video/fbdev/savage/savagefb_driver.c
918
const struct fb_videomode *mode;
drivers/video/fbdev/sh7760fb.c
201
struct fb_videomode *vm = par->pd->def_mode;
drivers/video/fbdev/sh_mobile_lcdcfb.c
1753
struct fb_videomode mode;
drivers/video/fbdev/sh_mobile_lcdcfb.c
1833
const struct fb_videomode *mode = &ch->cfg->lcd_modes[i];
drivers/video/fbdev/sh_mobile_lcdcfb.c
2037
const struct fb_videomode *modes,
drivers/video/fbdev/sh_mobile_lcdcfb.c
2222
static const struct fb_videomode default_720p = {
drivers/video/fbdev/sh_mobile_lcdcfb.c
2399
const struct fb_videomode *max_mode;
drivers/video/fbdev/sh_mobile_lcdcfb.c
2400
const struct fb_videomode *mode;
drivers/video/fbdev/sh_mobile_lcdcfb.c
724
const struct fb_videomode *mode = &ch->display.mode;
drivers/video/fbdev/sh_mobile_lcdcfb.h
100
struct fb_videomode mode;
drivers/video/fbdev/sh_mobile_lcdcfb.h
45
struct fb_videomode def_mode;
drivers/video/fbdev/sm501fb.c
47
static const struct fb_videomode sm501_default_mode = {
drivers/video/fbdev/smscufx.c
1144
static int ufx_is_valid_mode(struct fb_videomode *mode,
drivers/video/fbdev/smscufx.c
1179
struct fb_videomode mode;
drivers/video/fbdev/smscufx.c
1460
const struct fb_videomode *default_vmode = NULL;
drivers/video/fbdev/smscufx.c
1534
struct fb_videomode fb_vmode = {0};
drivers/video/fbdev/smscufx.c
1542
if (ufx_is_valid_mode((struct fb_videomode *)
drivers/video/fbdev/tdfxfb.c
1493
const struct fb_videomode *m;
drivers/video/fbdev/tgafb.c
1401
static const struct fb_videomode modedb_tc = {
drivers/video/fbdev/tgafb.c
1414
const struct fb_videomode *modedb_tga = NULL;
drivers/video/fbdev/tridentfb.c
1649
const struct fb_videomode *m;
drivers/video/fbdev/udlfb.c
1018
struct fb_videomode mode;
drivers/video/fbdev/udlfb.c
1248
struct fb_videomode *mode;
drivers/video/fbdev/udlfb.c
1249
const struct fb_videomode *default_vmode = NULL;
drivers/video/fbdev/udlfb.c
1334
struct fb_videomode fb_vmode = {0};
drivers/video/fbdev/udlfb.c
1343
mode = (struct fb_videomode *)&vesa_modes[i];
drivers/video/fbdev/udlfb.c
995
static int dlfb_is_valid_mode(struct fb_videomode *mode, struct dlfb_data *dlfb)
drivers/video/fbdev/uvesafb.c
1329
const struct fb_videomode *mode;
drivers/video/fbdev/uvesafb.c
597
static int uvesafb_is_valid_mode(struct fb_videomode *mode,
drivers/video/fbdev/uvesafb.c
724
struct fb_videomode vmode;
drivers/video/fbdev/uvesafb.c
739
if (uvesafb_is_valid_mode((struct fb_videomode *)
drivers/video/fbdev/uvesafb.c
829
struct fb_videomode *mode;
drivers/video/fbdev/uvesafb.c
885
mode = (struct fb_videomode *)
drivers/video/fbdev/vfb.c
44
static const struct fb_videomode vfb_default = {
drivers/video/fbdev/via/dvi.c
165
const struct fb_videomode *rb_mode;
drivers/video/fbdev/via/hw.c
2000
const struct fb_videomode *best;
drivers/video/fbdev/via/hw.c
2107
const struct fb_videomode *mode)
drivers/video/fbdev/via/hw.h
651
const struct fb_videomode *mode);
drivers/video/fbdev/via/lcd.c
540
const struct fb_videomode *panel_crt_table;
drivers/video/fbdev/via/via_aux.c
59
const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus)
drivers/video/fbdev/via/via_aux.c
62
const struct fb_videomode *mode = NULL;
drivers/video/fbdev/via/via_aux.h
33
const struct fb_videomode* (*get_preferred_mode)
drivers/video/fbdev/via/via_aux.h
40
const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus);
drivers/video/fbdev/via/via_aux_edid.c
47
static const struct fb_videomode *get_preferred_mode(struct via_aux_drv *drv)
drivers/video/fbdev/via/viafbdev.c
1627
const struct fb_videomode *mode = NULL;
drivers/video/fbdev/via/viamode.c
257
static const struct fb_videomode viafb_modes[] = {
drivers/video/fbdev/via/viamode.c
321
static const struct fb_videomode viafb_rb_modes[] = {
drivers/video/fbdev/via/viamode.c
339
static const struct fb_videomode *get_best_mode(
drivers/video/fbdev/via/viamode.c
340
const struct fb_videomode *modes, int n,
drivers/video/fbdev/via/viamode.c
343
const struct fb_videomode *best = NULL;
drivers/video/fbdev/via/viamode.c
358
const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh)
drivers/video/fbdev/via/viamode.c
364
const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
drivers/video/fbdev/via/viamode.h
44
const struct fb_videomode *viafb_get_best_mode(int hres, int vres,
drivers/video/fbdev/via/viamode.h
46
const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
drivers/video/fbdev/vt8500lcdfb.c
276
struct fb_videomode of_mode;
drivers/video/fbdev/wm8505fb.c
270
struct fb_videomode mode;
include/linux/fb.h
464
struct fb_videomode *mode; /* current mode */
include/linux/fb.h
71
struct fb_videomode *modedb; /* mode database */
include/linux/fb.h
800
extern void fb_destroy_modedb(struct fb_videomode *modedb);
include/linux/fb.h
801
extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
include/linux/fb.h
805
struct fb_videomode *fb,
include/linux/fb.h
808
struct fb_videomode *fbmode);
include/linux/fb.h
814
extern void fb_var_to_videomode(struct fb_videomode *mode,
include/linux/fb.h
817
const struct fb_videomode *mode);
include/linux/fb.h
818
extern int fb_mode_is_equal(const struct fb_videomode *mode1,
include/linux/fb.h
819
const struct fb_videomode *mode2);
include/linux/fb.h
820
extern int fb_add_videomode(const struct fb_videomode *mode,
include/linux/fb.h
822
extern void fb_delete_videomode(const struct fb_videomode *mode,
include/linux/fb.h
824
extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
include/linux/fb.h
826
extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
include/linux/fb.h
828
extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
include/linux/fb.h
831
extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
include/linux/fb.h
833
extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
include/linux/fb.h
868
const struct fb_videomode *mode;
include/linux/fb.h
871
extern const struct fb_videomode vesa_modes[];
include/linux/fb.h
876
struct fb_videomode mode;
include/linux/fb.h
881
const struct fb_videomode *db,
include/linux/fb.h
883
const struct fb_videomode *default_mode,
include/linux/fbcon.h
20
struct fb_videomode *mode);
include/linux/fbcon.h
41
struct fb_videomode *mode) { return 0; }
include/linux/fbcon.h
9
struct fb_videomode;
include/linux/platform_data/video_s3c.h
49
struct fb_videomode *vtiming;
include/linux/sm501.h
47
struct fb_videomode *def_mode;
include/video/pxa168fb.h
84
struct fb_videomode *modes;
include/video/sh_mobile_lcdc.h
181
const struct fb_videomode *lcd_modes;