fbgen_set_var
Section: Kernel Hacker's Manual (9)
Updated: fbgen_set_var
Index
Return to Main Contents
NAME
fbgen_set_var - set the user defined part of display
SYNOPSIS
int fbgen_set_var
(struct fb_var_screeninfo *var,
int con,
struct fb_info *info);
ARGUMENTS
- var
-
fb_var_screeninfo user defined part of the display
- con
-
virtual console number
- info
-
frame buffer info structure
DESCRIPTION
Set the user defined part of the display as dictated by var
for virtual console con on device info.
Returns negative errno on error, or zero for success.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:00:24 GMT, June 12, 2005