int xxxfb_release (const struct fb_info * info, int user);
Thus function is called when we close /dev/fb or the framebuffer console system is released. Usually you don't need this function. The case where it is usually used is to go from a graphics state to a text mode state.
Returns negative errno on error, or zero on success.
Thus function is called when we close /dev/fb or the framebuffer console system is released. Usually you don't need this function. The case where it is usually used is to go from a graphics state to a text mode state.
Returns negative errno on error, or zero on success.