Searched refs:vcs_scr_writew (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/include/linux/ | 
| D | selection.h | 47 extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org);
  | 
| /Linux-v5.10/drivers/tty/vt/ | 
| D | vc_screen.c | 492 		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()
  | 
| D | vt.c | 4777 void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org)  in vcs_scr_writew()  function
  |