Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dselection.c121 static struct speakup_selection_work speakup_paste_work = { variable
122 .work = __WORK_INITIALIZER(speakup_paste_work.work,
129 if (cmpxchg(&speakup_paste_work.tty, NULL, tty)) { in speakup_paste_selection()
134 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
142 cancel_work_sync(&speakup_paste_work.work); in speakup_cancel_paste()
143 tty = xchg(&speakup_paste_work.tty, NULL); in speakup_cancel_paste()