Searched refs:vcs_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvc_screen.c202 * vcs_size - return size for a VC in @vc
209 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) function
241 size = vcs_size(vc, use_attributes(inode), use_unicode(inode));
416 size = vcs_size(vc, attr, uni_mode);
622 size = vcs_size(vc, attr, false);
659 /* The vc might have been freed or vcs_size might have changed
670 size = vcs_size(vc, attr, false);

Completed in 253 milliseconds