Searched refs:vt_event_post (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | vt_kern.h | 130 void vt_event_post(unsigned int event, unsigned int old, unsigned int new);
  | 
| /Linux-v5.4/drivers/tty/vt/ | 
| D | vt_ioctl.c | 90 void vt_event_post(unsigned int event, unsigned int old, unsigned int new)  in vt_event_post()  function 1318 	vt_event_post(VT_EVENT_SWITCH, old, vc->vc_num);  in complete_change_console()
  | 
| D | vt.c | 1285 	vt_event_post(VT_EVENT_RESIZE, vc->vc_num, vc->vc_num);  in vc_do_resize() 4238 	vt_event_post(VT_EVENT_BLANK, vc->vc_num, vc->vc_num);  in do_blank_screen() 4284 	vt_event_post(VT_EVENT_UNBLANK, vc->vc_num, vc->vc_num);  in do_unblank_screen()
  |