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