Home
last modified time | relevance | path

Searched refs:sel_mode (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/tty/vt/
Dselection.c323 if (v->sel_mode == TIOCL_SELCLEAR) { in vc_selection()
334 if (mouse_reporting() && (v->sel_mode & TIOCL_SELMOUSEREPORT)) { in vc_selection()
335 mouse_report(tty, v->sel_mode & TIOCL_SELBUTTONMASK, v->xs, in vc_selection()
350 return vc_do_selection(vc, v->sel_mode, ps, pe); in vc_selection()
/Linux-v5.10/include/uapi/linux/
Dtiocl.h19 unsigned short sel_mode; /* selection mode */ member
/Linux-v5.10/drivers/accessibility/speakup/
Dselection.c85 speakup_sel_work.sel.sel_mode = TIOCL_SELCHAR; in speakup_set_selection()