Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/vt/
Dvc_screen.c492 vcs_scr_writew(vc, in vcs_write_buf_noattr()
550 vcs_scr_writew(vc, vc_compile_le16(c, vcs_scr_readw(vc, org)), in vcs_write_buf()
568 vcs_scr_writew(vc, w, org++); in vcs_write_buf()
583 vcs_scr_writew(vc, vc_compile_le16(vcs_scr_readw(vc, org) >> 8, c), in vcs_write_buf()
Dvt.c4733 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org) in vcs_scr_writew() function
/Linux-v6.6/include/linux/
Dselection.h47 extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org);