1FB_MATCH_MODE(9) Frame Buffer Library FB_MATCH_MODE(9)
23
4
NAME
6fb_match_mode - find a videomode which exactly matches the timings in
7var
8
SYNOPSIS
10const struct fb_videomode *
11fb_match_mode(const struct fb_var_screeninfo * var,
12struct list_head * head);
13
ARGUMENTS
15var
16pointer to struct fb_var_screeninfo
1718
head
19pointer to struct list_head of modelist
20
RETURNS
22struct fb_videomode, NULL if none found
23
COPYRIGHT
25Kernel Hackers Manual 2.6. November 2011 FB_MATCH_MODE(9)