.\" 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_RELEASE" "" "06 October 2005" "" ""
.SH NAME
xxxfb_release \- Optional function. Called when the framebuffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int xxxfb_release (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
Thus function is called when we close /dev/fb or the framebuffer
console system is released. Usually you don't need this function.
The case where it is usually used is to go from a graphics state
to a text mode state.
.SH "DESCRIPTION"
.PP
Thus function is called when we close /dev/fb or the framebuffer
console system is released. Usually you don't need this function.
The case where it is usually used is to go from a graphics state
to a text mode state.