/linux-4.1.27/include/linux/ |
D | fb.h | 64 struct fb_videomode *modedb; /* mode database */ 462 struct fb_videomode *mode; /* current mode */ 718 extern void fb_destroy_modedb(struct fb_videomode *modedb); 719 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb); 723 struct fb_videomode *fb, 726 struct fb_videomode *fbmode); 732 extern void fb_var_to_videomode(struct fb_videomode *mode, 735 const struct fb_videomode *mode); 736 extern int fb_mode_is_equal(const struct fb_videomode *mode1, 737 const struct fb_videomode *mode2); [all …]
|
D | lcd.h | 60 int (*set_mode)(struct lcd_device *, struct fb_videomode *);
|
D | sm501.h | 62 struct fb_videomode *def_mode;
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | modedb.c | 36 static const struct fb_videomode modedb[] = { 292 const struct fb_videomode cea_modes[64] = { 349 const struct fb_videomode vesa_modes[] = { 600 const struct fb_videomode *mode, unsigned int bpp) in fb_try_mode() 674 const struct fb_videomode *db, unsigned int dbsize, in fb_find_mode() 675 const struct fb_videomode *default_mode, in fb_find_mode() 765 struct fb_videomode cvt_mode; in fb_find_mode() 882 void fb_var_to_videomode(struct fb_videomode *mode, in fb_var_to_videomode() 927 const struct fb_videomode *mode) in fb_videomode_to_var() 954 int fb_mode_is_equal(const struct fb_videomode *mode1, in fb_mode_is_equal() [all …]
|
D | fbmon.c | 382 struct fb_videomode *mode) in calc_mode_timings() 409 static int get_est_timing(unsigned char *block, struct fb_videomode *mode) in get_est_timing() 494 static int get_std_timing(unsigned char *block, struct fb_videomode *mode, in get_std_timing() 553 static int get_dst_timing(unsigned char *block, struct fb_videomode *mode, in get_dst_timing() 565 struct fb_videomode *mode) in get_detailed_timing() 615 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb() 618 struct fb_videomode *mode, *m; in fb_create_modedb() 623 mode = kzalloc(50 * sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb() 674 m = kmalloc(num * sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb() 677 memmove(m, mode, num * sizeof(struct fb_videomode)); in fb_create_modedb() [all …]
|
D | fbsysfs.c | 106 const struct fb_videomode *mode) in mode_string() 134 struct fb_videomode *mode; in store_mode() 175 int i = count / sizeof(struct fb_videomode); in store_modes() 177 if (i * sizeof(struct fb_videomode) != count) in store_modes() 187 fb_videomode_to_modelist((const struct fb_videomode *)buf, i, in store_modes() 208 const struct fb_videomode *mode; in show_modes()
|
D | fbcvt.c | 271 struct fb_videomode *mode) in fb_cvt_convert_to_mode() 305 int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb) in fb_find_mode_cvt()
|
D | fbmem.c | 951 struct fb_videomode mode1, mode2; in fb_set_var() 1004 struct fb_videomode mode; in fb_set_var() 1615 struct fb_videomode mode; in do_register_framebuffer() 1885 struct fb_videomode *m, mode; in fb_new_modelist()
|
/linux-4.1.27/include/linux/platform_data/ |
D | video-ep93xx.h | 5 struct fb_videomode; 42 const struct fb_videomode *modes; 43 const struct fb_videomode *default_mode;
|
D | video_s3c.h | 48 struct fb_videomode *vtiming;
|
D | video-mx3fb.h | 48 const struct fb_videomode *mode;
|
D | video-imxfb.h | 55 struct fb_videomode mode;
|
/linux-4.1.27/drivers/video/fbdev/ |
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()
|
D | sh_mobile_lcdcfb.h | 44 struct fb_videomode def_mode; 92 const struct fb_videomode *mode, 105 struct fb_videomode mode;
|
D | tmiofb.c | 316 struct fb_videomode *mode = info->mode; in tmiofb_hw_mode() 494 struct fb_videomode *mode = fbi->mode; in tmiofb_vblank() 557 static struct fb_videomode * 561 struct fb_videomode *best = NULL; in tmiofb_find_mode() 565 struct fb_videomode *mode = data->modes + i; in tmiofb_find_mode() 579 struct fb_videomode *mode; in tmiofb_check_var() 616 struct fb_videomode *mode; in tmiofb_set_par()
|
D | jz4740_fb.c | 274 static struct fb_videomode *jzfb_get_mode(struct jzfb *jzfb, in jzfb_get_mode() 278 struct fb_videomode *mode = jzfb->pdata->modes; in jzfb_get_mode() 291 struct fb_videomode *mode; in jzfb_check_var() 355 struct fb_videomode *mode; in jzfb_set_par() 557 struct fb_videomode *mode = jzfb->pdata->modes; in jzfb_alloc_devmem()
|
D | ps3fb.c | 139 static const struct fb_videomode ps3fb_modedb[] = { 264 static int ps3fb_cmp_mode(const struct fb_videomode *vmode, in ps3fb_cmp_mode() 312 static const struct fb_videomode *ps3fb_native_vmode(enum ps3av_mode_num id) in ps3fb_native_vmode() 317 static const struct fb_videomode *ps3fb_vmode(int id) in ps3fb_vmode() 337 const struct fb_videomode *vmode; in ps3fb_find_mode() 607 const struct fb_videomode *vmode; in ps3fb_set_par() 809 const struct fb_videomode *vmode; in ps3fb_ioctl()
|
D | da8xx-fb.c | 182 struct fb_videomode mode; 199 static struct fb_videomode known_lcd_panels[] = { 457 struct fb_videomode *panel) in lcd_cfg_display() 763 struct fb_videomode *mode) in da8xx_fb_calc_config_clk_divider() 782 struct fb_videomode *panel) in lcd_init() 1320 static struct fb_videomode *da8xx_fb_get_videomode(struct platform_device *dev) in da8xx_fb_get_videomode() 1323 struct fb_videomode *lcdc_info; in da8xx_fb_get_videomode() 1347 struct fb_videomode *lcdc_info; in fb_probe()
|
D | mxsfb.c | 626 struct fb_videomode *vmode) in mxsfb_restore_mode() 730 struct fb_videomode *vmode) in mxsfb_init_fbinfo_dt() 800 struct fb_videomode *vmode) in mxsfb_init_fbinfo() 878 struct fb_videomode *mode; in mxsfb_probe() 890 mode = devm_kzalloc(&pdev->dev, sizeof(struct fb_videomode), in mxsfb_probe()
|
D | neofb.c | 1635 static struct fb_videomode mode800x480 = { 1781 info->monspecs.modedb = kmalloc(sizeof(struct fb_videomode), GFP_KERNEL); in neo_scan_monitor() 1806 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor() 1812 memcpy(info->monspecs.modedb, &mode800x480, sizeof(struct fb_videomode)); in neo_scan_monitor() 1816 memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode)); in neo_scan_monitor() 1823 memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode)); in neo_scan_monitor() 1830 memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode)); in neo_scan_monitor() 1841 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor()
|
D | pxa168fb.c | 167 struct fb_videomode *mode, int pix_fmt, int ystretch) in set_mode() 245 const struct fb_videomode *m) in set_clock_divider() 406 struct fb_videomode mode; in pxa168fb_set_par() 571 const struct fb_videomode *m; in pxa168fb_init_mode()
|
D | sh_mobile_lcdcfb.c | 545 const struct fb_videomode *new_mode) in sh_mobile_lcdc_must_reconfigure() 567 const struct fb_videomode *mode, in sh_mobile_lcdc_display_notify() 817 const struct fb_videomode *mode = &ch->display.mode; in sh_mobile_lcdc_geometry() 1901 struct fb_videomode mode; in sh_mobile_fb_reconfig() 1990 const struct fb_videomode *mode = &ch->cfg->lcd_modes[i]; in sh_mobile_lcdc_check_var() 2192 const struct fb_videomode *modes, in sh_mobile_lcdc_channel_fb_init() 2422 static const struct fb_videomode default_720p = { 2602 const struct fb_videomode *max_mode; in sh_mobile_lcdc_channel_init() 2603 const struct fb_videomode *mode; in sh_mobile_lcdc_channel_init()
|
D | sh_mobile_hdmi.c | 288 struct fb_videomode mode; 405 struct fb_videomode *mode = &hdmi->mode; in sh_hdmi_external_video_param() 815 const struct fb_videomode *mode, in sh_hdmi_rate_error() 848 const struct fb_videomode *mode, *found = NULL; in sh_hdmi_read_edid()
|
D | uvesafb.c | 601 static int uvesafb_is_valid_mode(struct fb_videomode *mode, in uvesafb_is_valid_mode() 734 struct fb_videomode vmode; in uvesafb_vbe_getmonspecs() 749 if (uvesafb_is_valid_mode((struct fb_videomode *) in uvesafb_vbe_getmonspecs() 841 struct fb_videomode *mode; in uvesafb_vbe_init_mode() 898 mode = (struct fb_videomode *) in uvesafb_vbe_init_mode() 1343 const struct fb_videomode *mode; in uvesafb_check_limits()
|
D | udlfb.c | 1009 static int dlfb_is_valid_mode(struct fb_videomode *mode, in dlfb_is_valid_mode() 1041 struct fb_videomode mode; in dlfb_ops_check_var() 1234 const struct fb_videomode *default_vmode = NULL; in dlfb_setup_modes() 1317 struct fb_videomode fb_vmode = {0}; in dlfb_setup_modes() 1326 if (dlfb_is_valid_mode((struct fb_videomode *) in dlfb_setup_modes()
|
D | smscufx.c | 1190 static int ufx_is_valid_mode(struct fb_videomode *mode, in ufx_is_valid_mode() 1225 struct fb_videomode mode; in ufx_ops_check_var() 1495 const struct fb_videomode *default_vmode = NULL; in ufx_setup_modes() 1569 struct fb_videomode fb_vmode = {0}; in ufx_setup_modes() 1577 if (ufx_is_valid_mode((struct fb_videomode *) in ufx_setup_modes()
|
D | amba-clcd.c | 555 struct fb_videomode *mode) in clcdfb_of_get_dpi_panel_mode() 574 static int clcdfb_snprintf_mode(char *buf, int size, struct fb_videomode *mode) in clcdfb_snprintf_mode() 581 struct fb_videomode *mode) in clcdfb_of_get_mode()
|
D | atmel_lcdfb.c | 451 static const struct fb_videomode *atmel_lcdfb_choose_mode(struct fb_var_screeninfo *var, in atmel_lcdfb_choose_mode() 454 struct fb_videomode varfbmode; in atmel_lcdfb_choose_mode() 455 const struct fb_videomode *fbmode = NULL; in atmel_lcdfb_choose_mode() 1133 struct fb_videomode fb_vm; in atmel_lcdfb_of_init()
|
D | gbefb.c | 157 static struct fb_videomode default_mode_CRT = { 172 static struct fb_videomode default_mode_LCD = { 186 static struct fb_videomode *default_mode = &default_mode_CRT;
|
D | ocfb.c | 52 static const struct fb_videomode default_mode = {
|
D | clps711x-fb.c | 42 struct fb_videomode mode;
|
D | acornfb.c | 624 static struct fb_videomode modedb[] = { 676 static struct fb_videomode acornfb_default_mode = {
|
D | grvga.c | 53 static const struct fb_videomode grvga_modedb[] = {
|
D | wm8505fb.c | 271 struct fb_videomode mode; in wm8505fb_probe()
|
D | fsl-diu-fb.c | 60 static struct fb_videomode fsl_diu_mode_db[] = { 1478 struct fb_videomode *db = fsl_diu_mode_db; in install_fb() 1529 struct fb_videomode *modedb = &specs->modedb[0]; in install_fb()
|
D | s3c-fb.c | 1060 static void s3c_fb_missing_pixclock(struct fb_videomode *mode) in s3c_fb_missing_pixclock() 1178 struct fb_videomode initmode; in s3c_fb_probe_win() 1296 struct fb_videomode *vmode = sfb->pdata->vtiming; in s3c_fb_set_rgb_timing()
|
D | sh_mipi_dsi.c | 130 static int sh_mipi_setup(struct sh_mipi *mipi, const struct fb_videomode *mode) in sh_mipi_setup()
|
D | vt8500lcdfb.c | 281 struct fb_videomode of_mode; in vt8500lcd_probe()
|
D | sh7760fb.c | 202 struct fb_videomode *vm = par->pd->def_mode; in sh7760fb_set_par()
|
D | ep93xx-fb.c | 431 const struct fb_videomode *mode; in ep93xxfb_calc_fbsize()
|
D | gxt4500.c | 162 static const struct fb_videomode defaultmode = {
|
D | tgafb.c | 1386 static const struct fb_videomode modedb_tc = { 1399 const struct fb_videomode *modedb_tga = NULL;
|
D | mx3fb.c | 135 static const struct fb_videomode mx3fb_modedb[] = { 1437 const struct fb_videomode *mode; in init_fb_chan()
|
D | carminefb.c | 88 static const struct fb_videomode carmine_modedb[] = {
|
D | fb-puv3.c | 36 static const struct fb_videomode unifb_modes[] = {
|
D | pvr2fb.c | 229 static struct fb_videomode pvr2_modedb[] = {
|
D | imxfb.c | 688 struct fb_videomode *of_mode = &imxfb_mode->mode; in imxfb_of_read_mode()
|
D | i740fb.c | 1090 const struct fb_videomode *m; in i740fb_probe()
|
D | s3fb.c | 1297 const struct fb_videomode *m; in s3_pci_probe()
|
D | cyber2000fb.c | 1339 static struct fb_videomode cyber2000fb_default_mode = {
|
D | amifb.c | 812 static struct fb_videomode ami_modedb[] __initdata = { 3651 struct fb_videomode *mode = &ami_modedb[i]; in amifb_probe()
|
D | tdfxfb.c | 1510 const struct fb_videomode *m; in tdfxfb_probe()
|
D | sm501fb.c | 49 static struct fb_videomode sm501_default_mode = {
|
D | atafb.c | 491 static struct fb_videomode atafb_modedb[] __initdata = {
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | viamode.c | 271 static const struct fb_videomode viafb_modes[] = { 335 static const struct fb_videomode viafb_rb_modes[] = { 353 static const struct fb_videomode *get_best_mode( in get_best_mode() 354 const struct fb_videomode *modes, int n, in get_best_mode() 357 const struct fb_videomode *best = NULL; in get_best_mode() 372 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() 378 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, in viafb_get_best_rb_mode()
|
D | viamode.h | 58 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, 60 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
|
D | via_aux.c | 74 const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus) in via_aux_get_preferred_mode() 77 const struct fb_videomode *mode = NULL; in via_aux_get_preferred_mode()
|
D | via_aux.h | 48 const struct fb_videomode* (*get_preferred_mode) 55 const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus);
|
D | via_aux_edid.c | 62 static const struct fb_videomode *get_preferred_mode(struct via_aux_drv *drv) in get_preferred_mode()
|
D | dvi.c | 179 const struct fb_videomode *rb_mode; in viafb_dvi_set_mode()
|
D | hw.h | 665 const struct fb_videomode *mode);
|
D | hw.c | 2015 const struct fb_videomode *best; in viafb_get_refresh() 2122 const struct fb_videomode *mode) in viafb_fill_var_timing_info()
|
D | lcd.c | 554 const struct fb_videomode *mode_crt_table, *panel_crt_table; in viafb_lcd_set_mode()
|
D | viafbdev.c | 1662 const struct fb_videomode *mode = NULL; in parse_mode()
|
/linux-4.1.27/drivers/video/fbdev/geode/ |
D | gxfb_core.c | 43 static struct fb_videomode gx_modedb[] = { 113 static struct fb_videomode gx_dcon_modedb[] = { 120 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() 123 *modedb = (struct fb_videomode *) gx_dcon_modedb; in get_modedb() 126 *modedb = (struct fb_videomode *) gx_modedb; in get_modedb() 132 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() 134 *modedb = (struct fb_videomode *) gx_modedb; in get_modedb() 381 struct fb_videomode *modedb_ptr; in gxfb_probe()
|
D | lxfb_core.c | 38 static struct fb_videomode geode_modedb[] = { 222 static struct fb_videomode olpc_dcon_modedb[] = { 229 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() 232 *modedb = (struct fb_videomode *) olpc_dcon_modedb; in get_modedb() 235 *modedb = (struct fb_videomode *) geode_modedb; in get_modedb() 241 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() 243 *modedb = (struct fb_videomode *) geode_modedb; in get_modedb() 504 struct fb_videomode *modedb_ptr; in lxfb_probe()
|
D | gx1fb_core.c | 32 static const struct fb_videomode gx1_modedb[] = {
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
D | evklcd10x.c | 33 static struct fb_videomode __initdata tcg057vglad_modes[] = { 71 static struct fb_videomode __initdata tcg057qvlad_modes[] = { 109 static struct fb_videomode __initdata ph320240t_modes[] = {
|
D | mrmt.c | 60 static struct fb_videomode __initdata lcd_fb_modes[] = { 103 static struct fb_videomode __initdata lcd_fb_modes[] = {
|
/linux-4.1.27/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 239 struct fb_videomode *videomode, int output_fmt) in fbmode_to_mmpmode() 263 static void mmpmode_to_fbmode(struct fb_videomode *videomode, in mmpmode_to_fbmode() 366 struct fb_videomode *m; in var_update() 377 m = (struct fb_videomode *)fb_match_mode(var, &info->modelist); in var_update() 380 m = (struct fb_videomode *)fb_find_best_mode(var, in var_update() 384 memcpy(&fbi->mode, m, sizeof(struct fb_videomode)); in var_update() 484 struct fb_videomode *videomodes; in modes_setup() 496 videomodes = kzalloc(sizeof(struct fb_videomode) * videomode_num, in modes_setup() 507 memcpy(&fbi->mode, &videomodes[0], sizeof(struct fb_videomode)); in modes_setup()
|
D | mmpfb.h | 37 struct fb_videomode mode;
|
/linux-4.1.27/include/linux/mfd/ |
D | tmio.h | 144 const struct fb_videomode *mode); 146 struct fb_videomode *modes;
|
D | tc6393xb.h | 46 const struct fb_videomode *mode);
|
/linux-4.1.27/arch/mips/include/asm/mach-jz4740/ |
D | jz4740_fb.h | 51 struct fb_videomode *modes;
|
/linux-4.1.27/arch/avr32/boards/merisc/ |
D | display.c | 18 static struct fb_videomode merisc_fb_videomode[] = {
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | mach-real6410.c | 117 static struct fb_videomode real6410_lcd_type0_timing = { 134 static struct fb_videomode real6410_lcd_type1_timing = {
|
D | mach-mini6410.c | 153 static struct fb_videomode mini6410_lcd_type0_timing = { 172 static struct fb_videomode mini6410_lcd_type1_timing = {
|
D | mach-smartq5.c | 118 static struct fb_videomode smartq5_lcd_timing = {
|
D | mach-smartq7.c | 134 static struct fb_videomode smartq7_lcd_timing = {
|
D | mach-anw6410.c | 143 static struct fb_videomode anw6410_lcd_timing = {
|
D | mach-hmt.c | 139 static struct fb_videomode hmt_lcd_timing = {
|
D | mach-smdk6410.c | 157 static struct fb_videomode smdk6410_lcd_timing = {
|
D | mach-crag6410.c | 161 static struct fb_videomode crag6410_lcd_timing = {
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 714 const struct fb_videomode *mode) in radeon_videomode_to_var() 845 struct fb_videomode *modedb; in radeon_check_modes() 908 struct fb_videomode *modedb = NULL; in radeon_check_modes() 931 struct fb_videomode mode; in radeon_check_modes() 953 const struct fb_videomode *mode) in radeon_compare_modes() 978 const struct fb_videomode *db = vesa_modes; in radeon_match_mode() 982 const struct fb_videomode *candidate = NULL; in radeon_match_mode()
|
D | radeonfb.h | 334 struct fb_videomode *mon1_modedb;
|
D | aty128fb.c | 124 static struct fb_videomode defaultmode = {
|
D | atyfb_base.c | 280 static struct fb_videomode defmode = {
|
/linux-4.1.27/include/video/ |
D | pxa168fb.h | 87 struct fb_videomode *modes;
|
D | sh_mobile_lcdc.h | 181 const struct fb_videomode *lcd_modes;
|
/linux-4.1.27/arch/sh/boards/ |
D | board-sh7785lcr.c | 144 static struct fb_videomode sm501_default_mode_crt = { 157 static struct fb_videomode sm501_default_mode_pnl = {
|
/linux-4.1.27/arch/sh/include/asm/ |
D | sh7760fb.h | 141 struct fb_videomode *def_mode;
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
D | setup.c | 30 static struct fb_videomode __initdata ltv350qv_modes[] = {
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | modedb.h | 2 static const struct fb_videomode modedb2[] = {
|
D | sm750.c | 60 static const struct fb_videomode lynx750_ext[] = { 801 const struct fb_videomode *pdb[] = { in lynxfb_set_fbinfo()
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb.h | 41 struct fb_videomode def_mode; /* mode of connected display */
|
D | mb862xxfbdrv.c | 481 fb_videomode_to_var(&fbi->var, (struct fb_videomode *)mode); in mb862xxfb_init_fbinfo()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mx31lilly-db.c | 163 static const struct fb_videomode fb_modedb = {
|
D | eukrea_mbimxsd35-baseboard.c | 44 static const struct fb_videomode fb_modedb[] = {
|
D | mach-vpr200.c | 53 static const struct fb_videomode fb_modedb[] = {
|
D | mach-pcm043.c | 43 static const struct fb_videomode fb_modedb[] = {
|
D | mach-mx35_3ds.c | 63 static const struct fb_videomode fb_modedb[] = {
|
D | mach-armadillo5x0.c | 335 static const struct fb_videomode fb_modedb[] = {
|
D | mach-pcm037.c | 444 static const struct fb_videomode fb_modedb[] = {
|
D | mach-mx31_3ds.c | 259 static const struct fb_videomode fb_modedb[] = {
|
/linux-4.1.27/arch/avr32/boards/hammerhead/ |
D | setup.c | 48 static struct fb_videomode __initdata hda350tlv_modes[] = {
|
/linux-4.1.27/arch/sh/boards/mach-sh7763rdp/ |
D | setup.c | 112 static struct fb_videomode sh7763fb_videomode = {
|
/linux-4.1.27/arch/avr32/boards/mimc200/ |
D | setup.c | 46 static struct fb_videomode __initdata pt0434827_modes[] = {
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-smdk2416.c | 158 static struct fb_videomode smdk2416_lcd_timing = {
|
/linux-4.1.27/arch/sh/boards/mach-r2d/ |
D | setup.c | 131 static struct fb_videomode sm501_default_mode = {
|
/linux-4.1.27/arch/arm/mach-mmp/ |
D | aspenite.c | 185 static struct fb_videomode video_modes[] = {
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon.h | 51 const struct fb_videomode *mode;
|
D | fbcon.c | 2131 const struct fb_videomode *mode; in fbcon_resize() 2961 struct fb_videomode *mode) in fbcon_mode_deleted() 3194 const struct fb_videomode *mode; in fbcon_new_modelist() 3251 struct fb_videomode *mode; in fbcon_event_notify()
|
/linux-4.1.27/drivers/video/backlight/ |
D | tosa_lcd.c | 153 static int tosa_lcd_set_mode(struct lcd_device *lcd, struct fb_videomode *mode) in tosa_lcd_set_mode()
|
D | tdo24m.c | 314 static int tdo24m_set_mode(struct lcd_device *ld, struct fb_videomode *m) in tdo24m_set_mode()
|
D | corgi_lcd.c | 339 static int corgi_lcd_set_mode(struct lcd_device *ld, struct fb_videomode *m) in corgi_lcd_set_mode()
|
/linux-4.1.27/arch/avr32/boards/favr-32/ |
D | setup.c | 105 static struct fb_videomode __initdata lb104v03_modes[] = {
|
/linux-4.1.27/include/linux/amba/ |
D | clcd.h | 97 struct fb_videomode mode;
|
/linux-4.1.27/arch/sh/boards/mach-se/7724/ |
D | setup.c | 154 static const struct fb_videomode lcdc_720p_modes[] = { 169 static const struct fb_videomode lcdc_vga_modes[] = {
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_common.c | 715 struct fb_videomode *timing; in exynos_mipi_dsi_set_display_mode() 718 timing = (struct fb_videomode *)dsim_pd->lcd_panel_info; in exynos_mipi_dsi_set_display_mode()
|
/linux-4.1.27/Documentation/fb/ |
D | modedb.txt | 119 const struct fb_videomode *db, unsigned int dbsize, 120 const struct fb_videomode *default_mode,
|
D | sh7760fb.txt | 73 static struct fb_videomode nl6448bc26 = {
|
D | ep93xx-fb.txt | 17 static struct fb_videomode some_board_video_modes[] = {
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | board-armadillo800eva.c | 427 static struct fb_videomode lcdc0_mode = { 521 static const struct fb_videomode lcdc1_mode = {
|
D | board-kzm9g.c | 287 static struct fb_videomode kzm_lcdc_mode = {
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 836 const struct fb_videomode *mode; in nvidiafb_check_var() 855 const struct fb_videomode *mode; in nvidiafb_check_var() 1107 struct fb_videomode modedb; in nvidia_set_fbinfo() 1135 const struct fb_videomode *mode; in nvidia_set_fbinfo()
|
/linux-4.1.27/arch/mips/jz4740/ |
D | board-qi_lb60.c | 274 static struct fb_videomode qi_lb60_video_modes[] = {
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_main.c | 1053 const struct fb_videomode *mode; in i810_check_params() 1895 struct fb_videomode mode; in i810fb_find_init_mode() 1906 memset(&mode, 0, sizeof(struct fb_videomode)); in i810fb_find_init_mode() 1928 const struct fb_videomode *m; in i810fb_find_init_mode() 2013 struct fb_videomode mode; in i810fb_init_pci()
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 308 static const struct fb_videomode ecovec_lcd_modes[] = { 323 static const struct fb_videomode ecovec_dvi_modes[] = {
|
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/ |
D | setup.c | 197 static const struct fb_videomode ap325rxa_lcdc_modes[] = {
|
/linux-4.1.27/arch/sh/boards/mach-migor/ |
D | setup.c | 219 static const struct fb_videomode migor_lcd_modes[] = {
|
/linux-4.1.27/arch/sh/boards/mach-kfr2r09/ |
D | setup.c | 132 static const struct fb_videomode kfr2r09_lcdc_modes[] = {
|
/linux-4.1.27/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 850 const struct fb_videomode *modedb) in savage_update_var() 919 const struct fb_videomode *mode; in savagefb_check_var() 2236 struct fb_videomode cvt_mode; in savagefb_probe() 2256 const struct fb_videomode *mode; in savagefb_probe()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | tosa.c | 735 static struct fb_videomode tosa_tc6393xb_lcd_mode[] = {
|
/linux-4.1.27/drivers/video/fbdev/riva/ |
D | fbdev.c | 832 const struct fb_videomode *modedb) in riva_update_var() 1090 const struct fb_videomode *mode; in rivafb_check_var() 1793 struct fb_videomode modedb; in riva_update_default_var()
|
/linux-4.1.27/drivers/video/fbdev/kyro/ |
D | fbdev.c | 95 static struct fb_videomode kyro_modedb[] = {
|
/linux-4.1.27/drivers/mfd/ |
D | tc6393xb.c | 336 const struct fb_videomode *mode) { in tc6393xb_lcd_mode()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 1493 struct fb_videomode *modedb; in at32_add_device_lcdc() 1507 modedb_size = sizeof(struct fb_videomode) * monspecs->modedb_len; in at32_add_device_lcdc()
|
/linux-4.1.27/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 58 static struct fb_videomode defaultmode = {
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 2217 static void fb_videomode_to_omap_timings(struct fb_videomode *m, in fb_videomode_to_omap_timings() 2277 struct fb_videomode *m; in omapfb_find_best_mode()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1585 static struct fb_videomode defaultmode = {
|