Searched refs:vt_event_post (Results 1 – 2 of 2) sorted by relevance
| /drivers/tty/vt/ |
| A D | vt_ioctl.c | 111 void vt_event_post(unsigned int event, unsigned int old, unsigned int new) in vt_event_post() function 1208 vt_event_post(VT_EVENT_SWITCH, old, vc->vc_num); in complete_change_console()
|
| A D | vt.c | 1281 vt_event_post(VT_EVENT_RESIZE, vc->vc_num, vc->vc_num); in vc_do_resize() 4606 vt_event_post(VT_EVENT_BLANK, vc->vc_num, vc->vc_num); in do_blank_screen() 4652 vt_event_post(VT_EVENT_UNBLANK, vc->vc_num, vc->vc_num); in do_unblank_screen()
|
Completed in 15 milliseconds