Searched refs:speakup_paste_work (Results 1 – 1 of 1) sorted by relevance
130 struct speakup_paste_work { struct137 struct speakup_paste_work *spw = in __speakup_paste_selection() argument138 container_of(work, struct speakup_paste_work, work); in __speakup_paste_selection()171 static struct speakup_paste_work speakup_paste_work = { variable172 .work = __WORK_INITIALIZER(speakup_paste_work.work,178 if (cmpxchg(&speakup_paste_work.tty, NULL, tty) != NULL) in speakup_paste_selection()182 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()188 cancel_work_sync(&speakup_paste_work.work); in speakup_cancel_paste()189 tty_kref_put(speakup_paste_work.tty); in speakup_cancel_paste()