Searched refs:fb_videomode (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dmodedb.c36 static const struct fb_videomode modedb[] = {
266 const struct fb_videomode vesa_modes[] = {
421 const struct fb_videomode *mode, unsigned int bpp)
494 const struct fb_videomode *db, unsigned int dbsize,
495 const struct fb_videomode *default_mode,
579 struct fb_videomode cvt_mode;
665 * fb_var_to_videomode - convert fb_var_screeninfo to fb_videomode
666 * @mode: pointer to struct fb_videomode
669 void fb_var_to_videomode(struct fb_videomode *mode,
709 * fb_videomode_to_var - convert fb_videomode t
[all...]
H A Dmacmodes.c34 static const struct fb_videomode mac_modedb[] = {
114 const struct fb_videomode *mode;
191 const struct fb_videomode *mode = NULL;
274 const struct fb_videomode *mode = NULL;
348 const struct fb_videomode *db = NULL;
H A Dfbmon.c383 struct fb_videomode *mode)
410 static int get_est_timing(unsigned char *block, struct fb_videomode *mode)
495 static int get_std_timing(unsigned char *block, struct fb_videomode *mode)
535 struct fb_videomode *mode)
546 struct fb_videomode *mode)
584 * RETURNS: struct fb_videomode, @dbsize contains length of database
590 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize)
592 struct fb_videomode *mode, *m;
596 mode = kzalloc(50 * sizeof(struct fb_videomode), GFP_KERNEL);
645 m = kmalloc(num * sizeof(struct fb_videomode), GFP_KERNE
[all...]
H A Dfbsysfs.c102 const struct fb_videomode *mode)
130 struct fb_videomode *mode;
171 int i = count / sizeof(struct fb_videomode);
173 if (i * sizeof(struct fb_videomode) != count)
178 fb_videomode_to_modelist((const struct fb_videomode *)buf, i,
198 const struct fb_videomode *mode;
H A Dfbcvt.c270 struct fb_videomode *mode)
291 * @mode: pointer to fb_videomode; xres, yres, refresh and vmode must be
304 int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb)
H A Dneofb.c1680 static struct fb_videomode __devinitdata mode800x480 = {
1827 info->monspecs.modedb = kmalloc(sizeof(struct fb_videomode), GFP_KERNEL);
1852 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
1858 memcpy(info->monspecs.modedb, &mode800x480, sizeof(struct fb_videomode));
1862 memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode));
1869 memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode));
1876 memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode));
1887 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode));
H A Dgbefb.c157 static struct fb_videomode default_mode_CRT __initdata = {
172 static struct fb_videomode default_mode_LCD __initdata = {
186 struct fb_videomode *default_mode = &default_mode_CRT;
H A Dps3fb.c176 static const struct fb_videomode ps3fb_modedb[] = {
369 static const struct fb_videomode *ps3fb_default_mode(void)
731 const struct fb_videomode *mode;
H A Dfbmem.c806 struct fb_videomode mode1, mode2;
844 struct fb_videomode mode;
1333 struct fb_videomode mode;
1486 struct fb_videomode *m, mode;
H A Dacornfb.c913 static struct fb_videomode modedb[] __initdata = {
965 static struct fb_videomode __initdata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/boards/atstk1000/
H A Dsetup.c26 static struct fb_videomode __initdata ltv350qv_modes[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h439 struct fb_videomode *modedb; /* mode database */
800 struct fb_videomode *mode; /* current mode */
1001 extern void fb_destroy_modedb(struct fb_videomode *modedb);
1002 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
1007 extern void fb_var_to_videomode(struct fb_videomode *mode,
1010 const struct fb_videomode *mode);
1011 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
1012 const struct fb_videomode *mode2);
1013 extern int fb_add_videomode(const struct fb_videomode *mode,
1015 extern void fb_delete_videomode(const struct fb_videomode *mod
1039 struct fb_videomode { struct
[all...]
H A Dsm501.h75 struct fb_videomode *def_mode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dboard-sam9rlek.c124 static struct fb_videomode at91_tft_vga_modes[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c705 const struct fb_videomode *mode)
817 struct fb_videomode *modedb;
864 struct fb_videomode *modedb = NULL;
887 struct fb_videomode mode;
909 const struct fb_videomode *mode)
934 const struct fb_videomode *db = vesa_modes;
938 const struct fb_videomode *candidate = NULL;
H A Dradeonfb.h327 struct fb_videomode *mon1_modedb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h51 const struct fb_videomode *mode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/amba/
H A Dclcd.h71 struct fb_videomode mode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dgx1fb_core.c33 static const struct fb_videomode __initdata gx1_modedb[] = {
H A Dgxfb_core.c41 static const struct fb_videomode gx_modedb[] __initdata = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap7000.c932 struct fb_videomode *modedb;
945 modedb_size = sizeof(struct fb_videomode) * monspecs->modedb_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_main.c1052 const struct fb_videomode *mode;
1894 struct fb_videomode mode;
1905 memset(&mode, 0, sizeof(struct fb_videomode));
1927 const struct fb_videomode *m;
2012 struct fb_videomode mode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c836 const struct fb_videomode *mode;
1095 struct fb_videomode modedb;
1123 const struct fb_videomode *mode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/kyro/
H A Dfbdev.c95 static struct fb_videomode kyro_modedb[] __devinitdata = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c842 const struct fb_videomode *modedb)
1100 const struct fb_videomode *mode;
1810 struct fb_videomode modedb;

Completed in 148 milliseconds

12