Searched refs:vc_report_mouse (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dconsole_struct.h147 unsigned int vc_report_mouse : 2; member in struct:vc_data
/linux-master/drivers/tty/vt/
H A Dvt.c1862 return vc_cons[fg_console].d->vc_report_mouse;
1919 vc->vc_report_mouse = on_off ? 1 : 0;
1925 vc->vc_report_mouse = on_off ? 2 : 0;
2151 vc->vc_report_mouse = 0;

Completed in 141 milliseconds