XXXFB_BLANK

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

 

NAME

xxxfb_blank - NOT a required function. Blanks the display.  

SYNOPSIS

"SYNOPSIS"

int xxxfb_blank (int blank_mode, const struct fb_info * info);  

ARGUMENTS

blank_mode
the blank mode we want.
info
frame buffer structure that represents a single frame buffer
 

DESCRIPTION

Blank the screen if blank_mode != 0, else unblank. Return 0 if blanking succeeded, != 0 if un-/blanking failed due to e.g. a video mode which doesn't support it. Implements VESA suspend and powerdown modes on hardware that supports disabling hsync/vsync: blank_mode == 2: suspend vsync blank_mode == 3: suspend hsync blank_mode == 4: powerdown

Returns negative errno on error, or zero on success.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:31:04 GMT, October 06, 2005