speakup_paste_work  119 drivers/staging/speakup/selection.c static struct speakup_selection_work speakup_paste_work = {
speakup_paste_work  120 drivers/staging/speakup/selection.c 	.work = __WORK_INITIALIZER(speakup_paste_work.work,
speakup_paste_work  127 drivers/staging/speakup/selection.c 	if (cmpxchg(&speakup_paste_work.tty, NULL, tty)) {
speakup_paste_work  132 drivers/staging/speakup/selection.c 	schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work);
speakup_paste_work  140 drivers/staging/speakup/selection.c 	cancel_work_sync(&speakup_paste_work.work);
speakup_paste_work  141 drivers/staging/speakup/selection.c 	tty = xchg(&speakup_paste_work.tty, NULL);