Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dselection.c57 static struct speakup_selection_work speakup_sel_work = { variable
58 .work = __WORK_INITIALIZER(speakup_sel_work.work,
66 * invariant that if speakup_sel_work.tty is not NULL when in speakup_set_selection()
71 if (cmpxchg(&speakup_sel_work.tty, NULL, tty)) { in speakup_set_selection()
77 * speakup_sel_work don't happen before cmpxchg() above. in speakup_set_selection()
81 speakup_sel_work.sel.xs = spk_xs + 1; in speakup_set_selection()
82 speakup_sel_work.sel.ys = spk_ys + 1; in speakup_set_selection()
83 speakup_sel_work.sel.xe = spk_xe + 1; in speakup_set_selection()
84 speakup_sel_work.sel.ye = spk_ye + 1; in speakup_set_selection()
85 speakup_sel_work in speakup_set_selection()
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dselection.c57 static struct speakup_selection_work speakup_sel_work = { variable
58 .work = __WORK_INITIALIZER(speakup_sel_work.work,
66 * invariant that if speakup_sel_work.tty is not NULL when in speakup_set_selection()
71 if (cmpxchg(&speakup_sel_work.tty, NULL, tty)) { in speakup_set_selection()
77 * speakup_sel_work don't happen before cmpxchg() above. in speakup_set_selection()
81 speakup_sel_work.sel.xs = spk_xs + 1; in speakup_set_selection()
82 speakup_sel_work.sel.ys = spk_ys + 1; in speakup_set_selection()
83 speakup_sel_work.sel.xe = spk_xe + 1; in speakup_set_selection()
84 speakup_sel_work.sel.ye = spk_ye + 1; in speakup_set_selection()
85 speakup_sel_work in speakup_set_selection()
[all...]

Completed in 2 milliseconds