Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/speakup/
Dselection.c129 struct speakup_paste_work { struct
136 struct speakup_paste_work *spw = in __speakup_paste_selection() argument
137 container_of(work, struct speakup_paste_work, work); in __speakup_paste_selection()
170 static struct speakup_paste_work speakup_paste_work = { variable
171 .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()