modelist 269 arch/arm/mach-pxa/corgi.c .modelist = &corgi_fb_modes[0], modelist 406 arch/arm/mach-pxa/eseries.c .modelist = &e740_lcd_mode, modelist 602 arch/arm/mach-pxa/eseries.c .modelist = &e750_lcd_mode, modelist 862 arch/arm/mach-pxa/eseries.c .modelist = e800_lcd_mode, modelist 135 arch/arm/mach-pxa/himalaya.c himalaya_fb_info.modelist = &himalaya4_lcd_mode; modelist 138 arch/arm/mach-pxa/himalaya.c himalaya_fb_info.modelist = &himalaya6_lcd_mode; modelist 143 arch/arm/mach-pxa/himalaya.c himalaya_fb_info.modelist = &himalaya4_lcd_mode; modelist 513 arch/arm/mach-pxa/hx4700.c .modelist = w3220_modes, modelist 3680 drivers/video/fbdev/amifb.c &info->modelist); modelist 3193 drivers/video/fbdev/atafb.c &fb_info.modelist); modelist 374 drivers/video/fbdev/atmel_lcdfb.c fbmode = fb_find_nearest_mode(&varfbmode, &info->modelist); modelist 1035 drivers/video/fbdev/atmel_lcdfb.c fb_add_videomode(&fb_vm, &info->modelist); modelist 1049 drivers/video/fbdev/atmel_lcdfb.c struct fb_modelist *modelist; modelist 1063 drivers/video/fbdev/atmel_lcdfb.c INIT_LIST_HEAD(&info->modelist); modelist 1102 drivers/video/fbdev/atmel_lcdfb.c modelist = list_first_entry(&info->modelist, modelist 1104 drivers/video/fbdev/atmel_lcdfb.c fb_videomode_to_var(&info->var, &modelist->mode); modelist 766 drivers/video/fbdev/aty/radeon_monitor.c INIT_LIST_HEAD(&info->modelist); modelist 834 drivers/video/fbdev/aty/radeon_monitor.c &info->modelist); modelist 937 drivers/video/fbdev/aty/radeon_monitor.c fb_add_videomode(&mode, &info->modelist); modelist 583 drivers/video/fbdev/carminefb.c &info->modelist); modelist 939 drivers/video/fbdev/core/fbcon.c disp->mode = fb_match_mode(var, &info->modelist); modelist 2212 drivers/video/fbdev/core/fbcon.c mode = fb_find_best_mode(&var, &info->modelist); modelist 3303 drivers/video/fbdev/core/fbcon.c &info->modelist); modelist 974 drivers/video/fbdev/core/fbmem.c fb_delete_videomode(&mode1, &info->modelist); modelist 1039 drivers/video/fbdev/core/fbmem.c if (info->modelist.prev && info->modelist.next && modelist 1040 drivers/video/fbdev/core/fbmem.c !list_empty(&info->modelist)) modelist 1041 drivers/video/fbdev/core/fbmem.c ret = fb_add_videomode(&mode, &info->modelist); modelist 1627 drivers/video/fbdev/core/fbmem.c if (!fb_info->modelist.prev || !fb_info->modelist.next) modelist 1628 drivers/video/fbdev/core/fbmem.c INIT_LIST_HEAD(&fb_info->modelist); modelist 1636 drivers/video/fbdev/core/fbmem.c fb_add_videomode(&mode, &fb_info->modelist); modelist 1703 drivers/video/fbdev/core/fbmem.c fb_destroy_modelist(&fb_info->modelist); modelist 1948 drivers/video/fbdev/core/fbmem.c struct fb_modelist *modelist; modelist 1952 drivers/video/fbdev/core/fbmem.c list_for_each_safe(pos, n, &info->modelist) { modelist 1953 drivers/video/fbdev/core/fbmem.c modelist = list_entry(pos, struct fb_modelist, list); modelist 1954 drivers/video/fbdev/core/fbmem.c m = &modelist->mode; modelist 1965 drivers/video/fbdev/core/fbmem.c if (list_empty(&info->modelist)) modelist 131 drivers/video/fbdev/core/fbsysfs.c struct fb_modelist *modelist; modelist 139 drivers/video/fbdev/core/fbsysfs.c list_for_each(pos, &fb_info->modelist) { modelist 140 drivers/video/fbdev/core/fbsysfs.c modelist = list_entry(pos, struct fb_modelist, list); modelist 141 drivers/video/fbdev/core/fbsysfs.c mode = &modelist->mode; modelist 181 drivers/video/fbdev/core/fbsysfs.c list_splice(&fb_info->modelist, &old_list); modelist 183 drivers/video/fbdev/core/fbsysfs.c &fb_info->modelist); modelist 185 drivers/video/fbdev/core/fbsysfs.c fb_destroy_modelist(&fb_info->modelist); modelist 186 drivers/video/fbdev/core/fbsysfs.c list_splice(&old_list, &fb_info->modelist); modelist 202 drivers/video/fbdev/core/fbsysfs.c struct fb_modelist *modelist; modelist 206 drivers/video/fbdev/core/fbsysfs.c list_for_each(pos, &fb_info->modelist) { modelist 207 drivers/video/fbdev/core/fbsysfs.c modelist = list_entry(pos, struct fb_modelist, list); modelist 208 drivers/video/fbdev/core/fbsysfs.c mode = &modelist->mode; modelist 958 drivers/video/fbdev/core/modedb.c struct fb_modelist *modelist; modelist 965 drivers/video/fbdev/core/modedb.c modelist = list_entry(pos, struct fb_modelist, list); modelist 966 drivers/video/fbdev/core/modedb.c mode = &modelist->mode; modelist 996 drivers/video/fbdev/core/modedb.c struct fb_modelist *modelist; modelist 1003 drivers/video/fbdev/core/modedb.c modelist = list_entry(pos, struct fb_modelist, list); modelist 1004 drivers/video/fbdev/core/modedb.c cmode = &modelist->mode; modelist 1036 drivers/video/fbdev/core/modedb.c struct fb_modelist *modelist; modelist 1041 drivers/video/fbdev/core/modedb.c modelist = list_entry(pos, struct fb_modelist, list); modelist 1042 drivers/video/fbdev/core/modedb.c m = &modelist->mode; modelist 1060 drivers/video/fbdev/core/modedb.c struct fb_modelist *modelist; modelist 1065 drivers/video/fbdev/core/modedb.c modelist = list_entry(pos, struct fb_modelist, list); modelist 1066 drivers/video/fbdev/core/modedb.c m = &modelist->mode; modelist 1073 drivers/video/fbdev/core/modedb.c modelist = kmalloc(sizeof(struct fb_modelist), modelist 1076 drivers/video/fbdev/core/modedb.c if (!modelist) modelist 1078 drivers/video/fbdev/core/modedb.c modelist->mode = *mode; modelist 1079 drivers/video/fbdev/core/modedb.c list_add(&modelist->list, head); modelist 1096 drivers/video/fbdev/core/modedb.c struct fb_modelist *modelist; modelist 1100 drivers/video/fbdev/core/modedb.c modelist = list_entry(pos, struct fb_modelist, list); modelist 1101 drivers/video/fbdev/core/modedb.c m = &modelist->mode; modelist 1147 drivers/video/fbdev/core/modedb.c struct fb_modelist *modelist; modelist 1156 drivers/video/fbdev/core/modedb.c modelist = list_entry(pos, struct fb_modelist, list); modelist 1157 drivers/video/fbdev/core/modedb.c m = &modelist->mode; modelist 1492 drivers/video/fbdev/fsl-diu-fb.c &info->modelist); modelist 1084 drivers/video/fbdev/i740fb.c &info->modelist); modelist 1086 drivers/video/fbdev/i740fb.c &info->modelist); modelist 1056 drivers/video/fbdev/i810/i810_main.c mode = fb_find_best_mode(var, &info->modelist); modelist 1908 drivers/video/fbdev/i810/i810_main.c INIT_LIST_HEAD(&info->modelist); modelist 1929 drivers/video/fbdev/i810/i810_main.c &info->modelist); modelist 1934 drivers/video/fbdev/i810/i810_main.c if ((m = fb_find_best_mode(&var, &info->modelist))) { modelist 1941 drivers/video/fbdev/i810/i810_main.c m = fb_find_best_display(&info->monspecs, &info->modelist); modelist 2061 drivers/video/fbdev/i810/i810_main.c fb_add_videomode(&mode, &info->modelist); modelist 994 drivers/video/fbdev/imxfb.c INIT_LIST_HEAD(&info->modelist); modelist 996 drivers/video/fbdev/imxfb.c fb_add_videomode(&fbi->mode[i].mode, &info->modelist); modelist 42 drivers/video/fbdev/mmp/core.c struct mmp_mode **modelist) modelist 44 drivers/video/fbdev/mmp/core.c BUG_ON(!path || !modelist); modelist 47 drivers/video/fbdev/mmp/core.c return path->panel->get_modelist(path->panel, modelist); modelist 364 drivers/video/fbdev/mmp/fb/mmpfb.c m = (struct fb_videomode *)fb_match_mode(var, &info->modelist); modelist 368 drivers/video/fbdev/mmp/fb/mmpfb.c &info->modelist); modelist 490 drivers/video/fbdev/mmp/fb/mmpfb.c fb_videomode_to_modelist(videomodes, videomode_num, &info->modelist); modelist 113 drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c struct mmp_mode **modelist) modelist 115 drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c *modelist = mmp_modes_tpohvga; modelist 1474 drivers/video/fbdev/mx3fb.c fb_videomode_to_modelist(mode, num_modes, &fbi->modelist); modelist 833 drivers/video/fbdev/nvidia/nvidia.c mode = fb_find_best_mode(var, &info->modelist); modelist 855 drivers/video/fbdev/nvidia/nvidia.c mode = fb_find_best_mode(var, &info->modelist); modelist 1114 drivers/video/fbdev/nvidia/nvidia.c info->monspecs.modedb_len, &info->modelist); modelist 1132 drivers/video/fbdev/nvidia/nvidia.c mode = fb_find_best_display(specs, &info->modelist); modelist 1161 drivers/video/fbdev/ps3fb.c &info->modelist); modelist 576 drivers/video/fbdev/pxa168fb.c m = fb_find_best_mode(&info->var, &info->modelist); modelist 695 drivers/video/fbdev/pxa168fb.c fb_videomode_to_modelist(mi->modes, mi->num_modes, &info->modelist); modelist 372 drivers/video/fbdev/pxafb.c struct pxafb_mode_info *modelist = mach->modes; modelist 377 drivers/video/fbdev/pxafb.c if (modelist[i].xres >= var->xres && modelist 378 drivers/video/fbdev/pxafb.c modelist[i].yres >= var->yres && modelist 379 drivers/video/fbdev/pxafb.c modelist[i].xres < best_x && modelist 380 drivers/video/fbdev/pxafb.c modelist[i].yres < best_y && modelist 381 drivers/video/fbdev/pxafb.c modelist[i].bpp >= var->bits_per_pixel) { modelist 382 drivers/video/fbdev/pxafb.c best_x = modelist[i].xres; modelist 383 drivers/video/fbdev/pxafb.c best_y = modelist[i].yres; modelist 384 drivers/video/fbdev/pxafb.c mode = &modelist[i]; modelist 1156 drivers/video/fbdev/riva/fbdev.c mode = fb_find_best_mode(var, &info->modelist); modelist 1842 drivers/video/fbdev/riva/fbdev.c &info->modelist); modelist 1288 drivers/video/fbdev/s3fb.c &info->modelist); modelist 1289 drivers/video/fbdev/s3fb.c m = fb_find_best_display(&info->monspecs, &info->modelist); modelist 917 drivers/video/fbdev/savage/savagefb_driver.c mode = fb_find_best_mode(var, &info->modelist); modelist 2212 drivers/video/fbdev/savage/savagefb_driver.c INIT_LIST_HEAD(&info->modelist); modelist 2220 drivers/video/fbdev/savage/savagefb_driver.c &info->modelist); modelist 2247 drivers/video/fbdev/savage/savagefb_driver.c mode = fb_find_best_display(&info->monspecs, &info->modelist); modelist 2063 drivers/video/fbdev/sh_mobile_lcdcfb.c fb_videomode_to_modelist(modes, num_modes, &info->modelist); modelist 1769 drivers/video/fbdev/sm501fb.c &fb->modelist); modelist 1143 drivers/video/fbdev/smscufx.c fb_destroy_modelist(&info->modelist); modelist 1497 drivers/video/fbdev/smscufx.c fb_destroy_modelist(&info->modelist); modelist 1546 drivers/video/fbdev/smscufx.c &info->modelist); modelist 1552 drivers/video/fbdev/smscufx.c &info->modelist); modelist 1569 drivers/video/fbdev/smscufx.c &info->modelist); modelist 1579 drivers/video/fbdev/smscufx.c &info->modelist); modelist 1670 drivers/video/fbdev/smscufx.c INIT_LIST_HEAD(&info->modelist); modelist 1729 drivers/video/fbdev/smscufx.c fb_destroy_modelist(&info->modelist); modelist 1495 drivers/video/fbdev/tdfxfb.c &info->modelist); modelist 1496 drivers/video/fbdev/tdfxfb.c m = fb_find_best_display(specs, &info->modelist); modelist 770 drivers/video/fbdev/tmiofb.c &info->modelist); modelist 1649 drivers/video/fbdev/tridentfb.c &info->modelist); modelist 1651 drivers/video/fbdev/tridentfb.c &info->modelist); modelist 1010 drivers/video/fbdev/udlfb.c fb_destroy_modelist(&info->modelist); modelist 1304 drivers/video/fbdev/udlfb.c fb_destroy_modelist(&info->modelist); modelist 1356 drivers/video/fbdev/udlfb.c fb_add_videomode(mode, &info->modelist); modelist 1368 drivers/video/fbdev/udlfb.c &info->modelist); modelist 1385 drivers/video/fbdev/udlfb.c fb_add_videomode(mode, &info->modelist); modelist 1399 drivers/video/fbdev/udlfb.c &info->modelist); modelist 1703 drivers/video/fbdev/udlfb.c INIT_LIST_HEAD(&info->modelist); modelist 734 drivers/video/fbdev/uvesafb.c fb_add_videomode(&vmode, &info->modelist); modelist 741 drivers/video/fbdev/uvesafb.c fb_add_videomode(&vesa_modes[i], &info->modelist); modelist 747 drivers/video/fbdev/uvesafb.c &info->modelist); modelist 817 drivers/video/fbdev/uvesafb.c INIT_LIST_HEAD(&info->modelist); modelist 828 drivers/video/fbdev/uvesafb.c struct fb_modelist *modelist; modelist 856 drivers/video/fbdev/uvesafb.c list_for_each(pos, &info->modelist) modelist 866 drivers/video/fbdev/uvesafb.c list_for_each(pos, &info->modelist) { modelist 867 drivers/video/fbdev/uvesafb.c modelist = list_entry(pos, struct fb_modelist, list); modelist 868 drivers/video/fbdev/uvesafb.c mode[i] = modelist->mode; modelist 886 drivers/video/fbdev/uvesafb.c fb_find_best_mode(&info->var, &info->modelist); modelist 1348 drivers/video/fbdev/uvesafb.c mode = fb_find_best_mode(var, &info->modelist); modelist 1763 drivers/video/fbdev/uvesafb.c if (!list_empty(&info->modelist)) modelist 1764 drivers/video/fbdev/uvesafb.c fb_destroy_modelist(&info->modelist); modelist 442 drivers/video/fbdev/w100fb.c struct w100_mode *modelist = par->mach->modelist; modelist 447 drivers/video/fbdev/w100fb.c if (modelist[i].xres >= *x && modelist[i].yres >= *y && modelist 448 drivers/video/fbdev/w100fb.c modelist[i].xres < best_x && modelist[i].yres < best_y) { modelist 449 drivers/video/fbdev/w100fb.c best_x = modelist[i].xres; modelist 450 drivers/video/fbdev/w100fb.c best_y = modelist[i].yres; modelist 451 drivers/video/fbdev/w100fb.c mode = &modelist[i]; modelist 452 drivers/video/fbdev/w100fb.c } else if(modelist[i].xres >= *y && modelist[i].yres >= *x && modelist 453 drivers/video/fbdev/w100fb.c modelist[i].xres < best_y && modelist[i].yres < best_x) { modelist 454 drivers/video/fbdev/w100fb.c best_x = modelist[i].yres; modelist 455 drivers/video/fbdev/w100fb.c best_y = modelist[i].xres; modelist 456 drivers/video/fbdev/w100fb.c mode = &modelist[i]; modelist 730 drivers/video/fbdev/w100fb.c par->mode = &inf->modelist[0]; modelist 457 include/linux/fb.h struct list_head modelist; /* mode list */ modelist 181 include/video/mmp_disp.h struct mmp_mode **modelist); modelist 193 include/video/mmp_disp.h struct mmp_mode **modelist); modelist 250 include/video/mmp_disp.h struct mmp_mode **modelist) modelist 253 include/video/mmp_disp.h return path->ops.get_modelist(path, modelist); modelist 114 include/video/w100fb.h struct w100_mode *modelist;