set_all_vcs(9)
NAME
set_all_vcs - set all virtual consoles to match
SYNOPSIS
int set_all_vcs (int fbidx, struct fb_ops *fb, struct fb_var_screeninfo *var, struct fb_info *info);
ARGUMENTS
fbidx frame buffer index (e.g. fb0, fb1, ...)
fb frame buffer ops structure
var frame buffer screen structure to set
info frame buffer info structure
DESCRIPTION
Set all virtual consoles to match screen info set in var
for device info.
- Returns negative errno on error, or zero on success.