S1D13XXXFB_BLANK

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

 

NAME

s1d13xxxfb_blank - blanks the display.  

SYNOPSIS

"SYNOPSIS"

int s1d13xxxfb_blank (int blank_mode, 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: 00:02:43 GMT, October 09, 2005