1FB_SET_SUSPEND(9) Frame Buffer Library FB_SET_SUSPEND(9)
23
4
NAME
6fb_set_suspend - low level driver signals suspend
7
SYNOPSIS
9void fb_set_suspend(struct fb_info * info, int state);
10
ARGUMENTS
12info
13framebuffer affected
1415
state
160 = resuming, !=0 = suspending
17
DESCRIPTION
19This is meant to be used by low level drivers to signal suspend/resume
20to the core & clients. It must be called with the console semaphore
21held
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 FB_SET_SUSPEND(9)