Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dselection.c198 if (v->sel_mode == TIOCL_SELCLEAR) { in set_selection_kernel()
204 if (mouse_reporting() && (v->sel_mode & TIOCL_SELMOUSEREPORT)) { in set_selection_kernel()
205 mouse_report(tty, v->sel_mode & TIOCL_SELBUTTONMASK, v->xs, in set_selection_kernel()
223 switch (v->sel_mode) in set_selection_kernel()
/Linux-v5.4/include/uapi/linux/
Dtiocl.h19 unsigned short sel_mode; /* selection mode */ member
/Linux-v5.4/drivers/staging/speakup/
Dselection.c90 speakup_sel_work.sel.sel_mode = TIOCL_SELCHAR; in speakup_set_selection()