FB_MATCH_MODE
Section: Frame Buffer Library (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
fb_match_mode - find a videomode which exactly matches the timings in var
 
SYNOPSIS
- 
const struct fb_videomode * fb_match_mode(const struct fb_var_screeninfo * var, struct list_head * head);
ARGUMENTS
var
- 
- pointer to struct fb_var_screeninfo
head
- 
pointer to struct list_head of modelist
RETURNS
struct fb_videomode, NULL if none found
 
COPYRIGHT