Searched refs:vcs_size (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 209 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) in vcs_size() function 241 size = vcs_size(vc, use_attributes(inode), use_unicode(inode)); in vcs_lseek() 416 size = vcs_size(vc, attr, uni_mode); in vcs_read() 622 size = vcs_size(vc, attr, false); in vcs_write() 670 size = vcs_size(vc, attr, false); in vcs_write()
|