Searched refs:mode_option (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dmacmodes.h59 struct fb_info *info, const char *mode_option,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dmacmodes.h59 struct fb_info *info, const char *mode_option,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dmodedb.c329 * @mode_option: string video mode to find
336 * in @mode_option with fallback to @default_mode. If
340 * Valid mode specifiers for @mode_option:
351 * Returns zero for failure, 1 if using specified @mode_option,
352 * 2 if using specified @mode_option with an ignored refresh rate,
358 struct fb_info *info, const char *mode_option,
376 if (mode_option || (mode_option = global_mode_option)) {
377 const char *name = mode_option;
357 fb_find_mode(struct fb_var_screeninfo *var, struct fb_info *info, const char *mode_option, const struct fb_videomode *db, unsigned int dbsize, const struct fb_videomode *default_mode, unsigned int default_bpp) argument
H A Dmacmodes.c500 * @mode_option: video mode name (see mac_modedb[])
504 * by @mode_option. If the name of the wanted mode begins with
517 const char *mode_option, unsigned int default_bpp)
522 if (mode_option && !strncmp(mode_option, "mac", 3)) {
526 return fb_find_mode(var, info, mode_option, db, dbsize,
516 mac_find_mode(struct fb_var_screeninfo *var, struct fb_info *info, const char *mode_option, unsigned int default_bpp) argument
H A Depson1356fb.h358 char *mode_option; member in struct:e1356fb_fix
H A Dpvr2fb.c301 static char *mode_option __initdata = NULL;
1025 if (!fb_find_mode(&var, &fb_info, mode_option, pvr2_modedb,
1131 mode_option = this_opt;
H A Daty128fb.c234 static char *mode_option __initdata = NULL;
1785 mode_option = this_opt;
1842 if (mode_option) {
1843 if (!mac_find_mode(&var, &info->fb_info, mode_option, 8))
1881 if (fb_find_mode(&var, &info->fb_info, mode_option, NULL, 0,
2970 mode_option = mode;
H A Dsstfb.c115 static char * mode_option ; variable
1755 mode_option=this_opt;
1864 if ( mode_option &&
1865 fb_find_mode(&var, &sst_info->info, mode_option,
H A Dradeonfb.c598 static char *mode_option __initdata;
737 mode_option = this_opt;
1659 if (mode_option)
1660 fb_find_mode (&rinfo->disp.var, &rinfo->info, mode_option,
H A Dtdfxfb.c532 static char *mode_option __initdata = NULL;
1985 if (!mode_option || !fb_find_mode(&var, &fb_info.fb_info,
1986 mode_option, NULL, 0, NULL, 8))
2106 mode_option = this_opt;
H A Depson1356fb.c2524 * If mode_option wasn't given at boot, assume all the boot
2529 if (epfix->mode_option) {
2534 if (!fb_find_mode(&var, &fb_info.fb_info, epfix->mode_option,
2537 epfix->mode_option);
2540 epfix->mode_option,
2543 epfix->mode_option);
2759 boot_fix.mode_option = this_opt;
H A Damifb.c896 static char *mode_option __initdata = NULL;
1194 mode_option = this_opt;
1724 if (!fb_find_mode(&var, &fb_info, mode_option, ami_modedb,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfb.h460 struct fb_info *info, const char *mode_option,
483 struct fb_info *info, const char *mode_option,
459 fb_find_mode(struct fb_var_screeninfo *var, struct fb_info *info, const char *mode_option, const struct fb_videomode *db, unsigned int dbsize, const struct fb_videomode *default_mode, unsigned int default_bpp) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dfb.h460 struct fb_info *info, const char *mode_option,
483 struct fb_info *info, const char *mode_option,
459 fb_find_mode(struct fb_var_screeninfo *var, struct fb_info *info, const char *mode_option, const struct fb_videomode *db, unsigned int dbsize, const struct fb_videomode *default_mode, unsigned int default_bpp) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Dfbdev.c275 static char *mode_option __initdata = NULL;
1770 if (mode_option)
1771 fb_find_mode(&rinfo->disp.var, &rinfo->info, mode_option,
2103 mode_option = this_opt;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c256 static char *mode_option __initdata = NULL;
2005 if (mode_option) {
2006 if (!mac_find_mode(&var, &info->fb_info, mode_option, 8))
2036 else if (!fb_find_mode(&var, &info->fb_info, mode_option, NULL, 0, NULL, 8))
2040 if (mode_option) {
2041 if (!fb_find_mode(&var, &info->fb_info, mode_option, NULL, 0, NULL, 8))
2046 if (!fb_find_mode(&var, &info->fb_info, mode_option, NULL, 0, NULL, 8))
2580 mode_option = this_opt;

Completed in 268 milliseconds