'\" t .\" Title: fb_set_suspend .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Frame Buffer Library .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "FB_SET_SUSPEND" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Frame Buffer Library" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" fb_set_suspend \- low level driver signals suspend .SH "SYNOPSIS" .HP \w'void\ fb_set_suspend('u .BI "void fb_set_suspend(struct\ fb_info\ *\ " "info" ", int\ " "state" ");" .SH "ARGUMENTS" .PP \fIinfo\fR .RS 4 framebuffer affected .RE .PP \fIstate\fR .RS 4 0 = resuming, !=0 = suspending .RE .SH "DESCRIPTION" .PP This is meant to be used by low level drivers to signal suspend/resume to the core & clients\&. It must be called with the console semaphore held .SH "COPYRIGHT" .br