.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "XXXFB_OPEN" "" "06 October 2005" "" "" .SH NAME xxxfb_open \- Optional function. Called when the framebuffer is .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int xxxfb_open (const struct fb_info * \fIinfo\fB, int \fIuser\fB); \fR .SH "ARGUMENTS" .TP \fB\fIinfo\fB\fR frame buffer structure that represents a single frame buffer .TP \fB\fIuser\fB\fR tell us if the userland (value=1) or the console is accessing the framebuffer. .SH "DESCRIPTION" .PP This function is the first function called in the framebuffer api. Usually you don't need to provide this function. The case where it is used is to change from a text mode hardware state to a graphics mode state. .SH "DESCRIPTION" .PP This function is the first function called in the framebuffer api. Usually you don't need to provide this function. The case where it is used is to change from a text mode hardware state to a graphics mode state.