Searched refs:speakup_paste_work (Results 1 – 1 of 1) sorted by relevance
126 struct speakup_paste_work { struct133 struct speakup_paste_work *spw = in __speakup_paste_selection() argument134 container_of(work, struct speakup_paste_work, work); in __speakup_paste_selection()167 static struct speakup_paste_work speakup_paste_work = { variable168 .work = __WORK_INITIALIZER(speakup_paste_work.work,174 if (cmpxchg(&speakup_paste_work.tty, NULL, tty)) in speakup_paste_selection()178 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()184 cancel_work_sync(&speakup_paste_work.work); in speakup_cancel_paste()185 tty_kref_put(speakup_paste_work.tty); in speakup_cancel_paste()