XXXFB_RELEASE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

xxxfb_release - Optional function. Called when the framebuffer  

SYNOPSIS

"SYNOPSIS"

int xxxfb_release (const struct fb_info * info, int user);  

ARGUMENTS

info
frame buffer structure that represents a single frame buffer
user
tell us if the userland (value=1) or the console is accessing the framebuffer.
 

DESCRIPTION

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.

Returns negative errno on error, or zero on success.  

DESCRIPTION

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.

Returns negative errno on error, or zero on success.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:03:02 GMT, October 09, 2005