Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
A Dselection.c116 static struct speakup_selection_work speakup_paste_work = { variable
117 .work = __WORK_INITIALIZER(speakup_paste_work.work,
124 if (cmpxchg(&speakup_paste_work.tty, NULL, tty)) { in speakup_paste_selection()
129 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
137 cancel_work_sync(&speakup_paste_work.work); in speakup_cancel_paste()
138 tty = xchg(&speakup_paste_work.tty, NULL); in speakup_cancel_paste()

Completed in 3 milliseconds