int xxxfb_open (const struct fb_info * info, int user);
This function is the first function called in the framebuffer api. Usually you don't need to provide this function. The case where it is used is to change from a text mode hardware state to a graphics mode state.
Returns negative errno on error, or zero on success.
This function is the first function called in the framebuffer api. Usually you don't need to provide this function. The case where it is used is to change from a text mode hardware state to a graphics mode state.
Returns negative errno on error, or zero on success.