Searched refs:speakup_paste_work (Results 1 – 1 of 1) sorted by relevance
129 struct speakup_paste_work { struct136 struct speakup_paste_work *spw = in __speakup_paste_selection() argument137 container_of(work, struct speakup_paste_work, work); in __speakup_paste_selection()170 static struct speakup_paste_work speakup_paste_work = { variable171 .work = __WORK_INITIALIZER(speakup_paste_work.work,177 if (cmpxchg(&speakup_paste_work.tty, NULL, tty) != NULL) in speakup_paste_selection()181 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()187 cancel_work_sync(&speakup_paste_work.work); in speakup_cancel_paste()188 tty_kref_put(speakup_paste_work.tty); in speakup_cancel_paste()