Searched refs:vt_event_post (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Dvt_kern.h130 void vt_event_post(unsigned int event, unsigned int old, unsigned int new);
/linux-4.4.14/drivers/tty/vt/
H A Dvt_ioctl.c79 * vt_event_post
87 void vt_event_post(unsigned int event, unsigned int old, unsigned int new) vt_event_post() function
1354 vt_event_post(VT_EVENT_SWITCH, old, vc->vc_num); complete_change_console()
H A Dvt.c954 vt_event_post(VT_EVENT_RESIZE, vc->vc_num, vc->vc_num); vc_do_resize()
3860 vt_event_post(VT_EVENT_BLANK, vc->vc_num, vc->vc_num); do_blank_screen()
3907 vt_event_post(VT_EVENT_UNBLANK, vc->vc_num, vc->vc_num); do_unblank_screen()

Completed in 64 milliseconds