| /linux/include/linux/ |
| A D | fb.h | 66 struct fb_videomode *modedb; /* mode database */ 726 struct fb_videomode *fb, 729 struct fb_videomode *fbmode); 738 const struct fb_videomode *mode); 740 const struct fb_videomode *mode2); 749 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode, 768 struct fb_videomode { struct 789 const struct fb_videomode *mode; argument 798 struct fb_videomode mode; 803 const struct fb_videomode *db, [all …]
|
| A D | fbcon.h | 13 struct fb_videomode *mode); 31 struct fb_videomode *mode) { return 0; } in fbcon_mode_deleted()
|
| /linux/drivers/video/fbdev/core/ |
| A D | modedb.c | 36 static const struct fb_videomode modedb[] = { 292 const struct fb_videomode vesa_modes[] = { 719 struct fb_videomode cvt_mode; in fb_find_mode() 894 const struct fb_videomode *mode) in fb_videomode_to_var() 922 const struct fb_videomode *mode2) in fb_mode_is_equal() 959 struct fb_videomode *mode, *best = NULL; in fb_find_best_mode() 992 const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode, in fb_find_nearest_mode() 997 struct fb_videomode *cmode, *best = NULL; in fb_find_nearest_mode() 1037 struct fb_videomode *m, mode; in fb_match_mode() 1061 struct fb_videomode *m; in fb_add_videomode() [all …]
|
| A D | fbmon.c | 382 struct fb_videomode *mode) in calc_mode_timings() 565 struct fb_videomode *mode) in get_detailed_timing() 619 struct fb_videomode *mode, *m; in fb_create_modedb() 624 mode = kcalloc(50, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb() 675 m = kmalloc_array(num, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb() 678 memmove(m, mode, num * sizeof(struct fb_videomode)); in fb_create_modedb() 690 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb() 720 struct fb_videomode *modes, *mode; in fb_get_monitor_limits() 1312 struct fb_videomode *fbmode) in fb_videomode_from_videomode() 1360 static inline void dump_fb_videomode(const struct fb_videomode *m) in dump_fb_videomode() [all …]
|
| A D | fbsysfs.c | 104 const struct fb_videomode *mode) in mode_string() 132 struct fb_videomode *mode; in store_mode() 173 int i = count / sizeof(struct fb_videomode); in store_modes() 175 if (i * sizeof(struct fb_videomode) != count) in store_modes() 182 fb_videomode_to_modelist((const struct fb_videomode *)buf, i, in store_modes() 203 const struct fb_videomode *mode; in show_modes()
|
| /linux/drivers/video/fbdev/ |
| A D | macmodes.c | 34 static const struct fb_videomode mac_modedb[] = { 142 const struct fb_videomode *mode; 223 const struct fb_videomode *mode = NULL; in mac_vmode_to_var() 322 const struct fb_videomode *mode = map->mode; in mac_var_to_vmode() 340 const struct fb_videomode *clk_mode = map->mode; in mac_var_to_vmode() 401 const struct fb_videomode *db = NULL; in mac_find_mode()
|
| A D | sh_mobile_lcdcfb.h | 45 struct fb_videomode def_mode; 100 struct fb_videomode mode;
|
| A D | tmiofb.c | 308 struct fb_videomode *mode = info->mode; in tmiofb_hw_mode() 486 struct fb_videomode *mode = fbi->mode; in tmiofb_vblank() 549 static struct fb_videomode * 553 struct fb_videomode *best = NULL; in tmiofb_find_mode() 557 struct fb_videomode *mode = data->modes + i; in tmiofb_find_mode() 571 struct fb_videomode *mode; in tmiofb_check_var() 608 struct fb_videomode *mode; in tmiofb_set_par()
|
| A D | ps3fb.c | 140 static const struct fb_videomode ps3fb_modedb[] = { 265 static int ps3fb_cmp_mode(const struct fb_videomode *vmode, in ps3fb_cmp_mode() 313 static const struct fb_videomode *ps3fb_native_vmode(enum ps3av_mode_num id) in ps3fb_native_vmode() 318 static const struct fb_videomode *ps3fb_vmode(int id) in ps3fb_vmode() 338 const struct fb_videomode *vmode; in ps3fb_find_mode() 608 const struct fb_videomode *vmode; in ps3fb_set_par() 810 const struct fb_videomode *vmode; in ps3fb_ioctl()
|
| A D | da8xx-fb.c | 170 struct fb_videomode mode; 187 static struct fb_videomode known_lcd_panels[] = { 444 struct fb_videomode *panel) in lcd_cfg_display() 750 struct fb_videomode *mode) in da8xx_fb_calc_config_clk_divider() 769 struct fb_videomode *panel) in lcd_init() 1310 static struct fb_videomode *da8xx_fb_get_videomode(struct platform_device *dev) in da8xx_fb_get_videomode() 1313 struct fb_videomode *lcdc_info; in da8xx_fb_get_videomode() 1336 struct fb_videomode *lcdc_info; in fb_probe()
|
| /linux/drivers/video/fbdev/via/ |
| A D | viamode.c | 257 static const struct fb_videomode viafb_modes[] = { 321 static const struct fb_videomode viafb_rb_modes[] = { 339 static const struct fb_videomode *get_best_mode( in get_best_mode() 340 const struct fb_videomode *modes, int n, in get_best_mode() 343 const struct fb_videomode *best = NULL; in get_best_mode() 358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() 364 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, in viafb_get_best_rb_mode()
|
| A D | viamode.h | 44 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, 46 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
|
| A D | via_aux.c | 59 const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus) in via_aux_get_preferred_mode() 62 const struct fb_videomode *mode = NULL; in via_aux_get_preferred_mode()
|
| A D | via_aux.h | 33 const struct fb_videomode* (*get_preferred_mode) 40 const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus);
|
| /linux/drivers/video/fbdev/geode/ |
| A D | gxfb_core.c | 40 static struct fb_videomode gx_modedb[] = { 107 static struct fb_videomode gx_dcon_modedb[] = { 114 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() 117 *modedb = (struct fb_videomode *) gx_dcon_modedb; in get_modedb() 120 *modedb = (struct fb_videomode *) gx_modedb; in get_modedb() 364 struct fb_videomode *modedb_ptr; in gxfb_probe()
|
| A D | lxfb_core.c | 36 static struct fb_videomode geode_modedb[] = { 217 static struct fb_videomode olpc_dcon_modedb[] = { 224 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() 227 *modedb = (struct fb_videomode *) olpc_dcon_modedb; in get_modedb() 230 *modedb = (struct fb_videomode *) geode_modedb; in get_modedb() 484 struct fb_videomode *modedb_ptr; in lxfb_probe()
|
| /linux/drivers/video/fbdev/mmp/fb/ |
| A D | mmpfb.c | 224 struct fb_videomode *videomode, int output_fmt) in fbmode_to_mmpmode() 248 static void mmpmode_to_fbmode(struct fb_videomode *videomode, in mmpmode_to_fbmode() 351 struct fb_videomode *m; in var_update() 362 m = (struct fb_videomode *)fb_match_mode(var, &info->modelist); in var_update() 365 m = (struct fb_videomode *)fb_find_best_mode(var, in var_update() 369 memcpy(&fbi->mode, m, sizeof(struct fb_videomode)); in var_update() 469 struct fb_videomode *videomodes; in modes_setup() 481 videomodes = kcalloc(videomode_num, sizeof(struct fb_videomode), in modes_setup() 491 memcpy(&fbi->mode, &videomodes[0], sizeof(struct fb_videomode)); in modes_setup()
|
| A D | mmpfb.h | 24 struct fb_videomode mode;
|
| /linux/include/linux/mfd/ |
| A D | tmio.h | 130 const struct fb_videomode *mode); 132 struct fb_videomode *modes;
|
| /linux/drivers/video/fbdev/aty/ |
| A D | radeon_monitor.c | 713 const struct fb_videomode *mode) in radeon_videomode_to_var() 844 struct fb_videomode *modedb; in radeon_check_modes() 907 struct fb_videomode *modedb = NULL; in radeon_check_modes() 930 struct fb_videomode mode; in radeon_check_modes() 952 const struct fb_videomode *mode) in radeon_compare_modes() 977 const struct fb_videomode *db = vesa_modes; in radeon_match_mode() 981 const struct fb_videomode *candidate = NULL; in radeon_match_mode()
|
| /linux/arch/arm/mach-s3c/ |
| A D | mach-real6410.c | 111 static struct fb_videomode real6410_lcd_type0_timing = { 128 static struct fb_videomode real6410_lcd_type1_timing = {
|
| A D | mach-mini6410.c | 148 static struct fb_videomode mini6410_lcd_type0_timing = { 167 static struct fb_videomode mini6410_lcd_type1_timing = {
|
| /linux/include/linux/platform_data/ |
| A D | video_s3c.h | 49 struct fb_videomode *vtiming;
|
| A D | video-mx3fb.h | 45 const struct fb_videomode *mode;
|
| /linux/arch/sh/boards/ |
| A D | board-sh7785lcr.c | 142 static struct fb_videomode sm501_default_mode_crt = { 155 static struct fb_videomode sm501_default_mode_pnl = {
|