1UNREGISTER_FRAMEBUFF(9)      Frame Buffer Library      UNREGISTER_FRAMEBUFF(9)
2
3
4

NAME

6       unregister_framebuffer - releases a frame buffer device
7

SYNOPSIS

9       int unregister_framebuffer(struct fb_info * fb_info);
10

ARGUMENTS

12       fb_info
13           frame buffer info structure
14

DESCRIPTION

16       Unregisters a frame buffer device fb_info.
17
18       Returns negative errno on error, or zero for success.
19
20       This function will also notify the framebuffer console to release the
21       driver.
22
23       This is meant to be called within a driver's module_exit function. If
24       this is called outside module_exit, ensure that the driver implements
25       fb_open and fb_release to check that no processes are using the device.
26
28Kernel Hackers Manual 3.10         June 2019           UNREGISTER_FRAMEBUFF(9)
Impressum