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

/linux-master/drivers/tty/vt/
H A Dvt.c1273 vt_event_post(VT_EVENT_RESIZE, vc->vc_num, vc->vc_num);
4514 vt_event_post(VT_EVENT_BLANK, vc->vc_num, vc->vc_num);
4560 vt_event_post(VT_EVENT_UNBLANK, vc->vc_num, vc->vc_num);
H A Dvt_ioctl.c103 * vt_event_post
111 void vt_event_post(unsigned int event, unsigned int old, unsigned int new) function
1194 vt_event_post(VT_EVENT_SWITCH, old, vc->vc_num);
/linux-master/include/linux/
H A Dvt_kern.h122 void vt_event_post(unsigned int event, unsigned int old, unsigned int new);

Completed in 328 milliseconds