Searched refs:vcs_scr_readw (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/tty/vt/ |
D | vc_screen.c | 287 *con_buf++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read_buf_noattr() 352 *con_buf16++ = vcs_scr_readw(vc, org++); in vcs_read_buf() 493 (vcs_scr_readw(vc, org) & 0xff00) | c, org); in vcs_write_buf_noattr() 550 vcs_scr_writew(vc, vc_compile_le16(c, vcs_scr_readw(vc, org)), in vcs_write_buf() 583 vcs_scr_writew(vc, vc_compile_le16(vcs_scr_readw(vc, org) >> 8, c), in vcs_write_buf()
|
D | vt.c | 4769 u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org) in vcs_scr_readw() function
|
/Linux-v5.15/include/linux/ |
D | selection.h | 46 extern u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org);
|