Home
last modified time | relevance | path

Searched refs:vcs_scr_writew (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dselection.h47 extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org);
/kernel/linux/linux-5.10/drivers/tty/vt/
Dvc_screen.c493 vcs_scr_writew(vc, in vcs_write_buf_noattr()
551 vcs_scr_writew(vc, vc_compile_le16(c, vcs_scr_readw(vc, org)), in vcs_write_buf()
569 vcs_scr_writew(vc, w, org++); in vcs_write_buf()
584 vcs_scr_writew(vc, vc_compile_le16(vcs_scr_readw(vc, org) >> 8, c), in vcs_write_buf()
Dvt.c4785 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org) in vcs_scr_writew() function