Home
last modified time | relevance | path

Searched refs:speakup_event (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dthread.c9 DECLARE_WAIT_QUEUE_HEAD(speakup_event); variable
10 EXPORT_SYMBOL_GPL(speakup_event); variable
30 prepare_to_wait(&speakup_event, &wait, in speakup_thread()
44 finish_wait(&speakup_event, &wait); in speakup_thread()
H A Dspeakup_soft.c217 prepare_to_wait(&speakup_event, &wait, TASK_INTERRUPTIBLE); in softsynthx_read()
226 finish_wait(&speakup_event, &wait); in softsynthx_read()
230 finish_wait(&speakup_event, &wait); in softsynthx_read()
236 finish_wait(&speakup_event, &wait); in softsynthx_read()
338 poll_wait(fp, &speakup_event, wait); in softsynth_poll()
H A Dsynth.c175 wake_up_interruptible_all(&speakup_event); in thread_wake_up()
207 wake_up_interruptible_all(&speakup_event); in spk_do_flush()
421 wake_up_interruptible_all(&speakup_event); in do_synth_init()
H A Dspeakup.h85 extern wait_queue_head_t speakup_event;
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dthread.c9 DECLARE_WAIT_QUEUE_HEAD(speakup_event); variable
10 EXPORT_SYMBOL_GPL(speakup_event); variable
30 prepare_to_wait(&speakup_event, &wait, in speakup_thread()
44 finish_wait(&speakup_event, &wait); in speakup_thread()
H A Dspeakup_soft.c236 prepare_to_wait(&speakup_event, &wait, TASK_INTERRUPTIBLE); in softsynthx_read()
245 finish_wait(&speakup_event, &wait); in softsynthx_read()
249 finish_wait(&speakup_event, &wait); in softsynthx_read()
255 finish_wait(&speakup_event, &wait); in softsynthx_read()
357 poll_wait(fp, &speakup_event, wait); in softsynth_poll()
H A Dsynth.c175 wake_up_interruptible_all(&speakup_event); in thread_wake_up()
207 wake_up_interruptible_all(&speakup_event); in spk_do_flush()
426 wake_up_interruptible_all(&speakup_event); in do_synth_init()
H A Dspeakup.h85 extern wait_queue_head_t speakup_event;

Completed in 5 milliseconds