Lines Matching refs:speakup_info
186 spin_lock_irqsave(&speakup_info.spinlock, flags); in softsynth_open()
188 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in softsynth_open()
192 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in softsynth_open()
200 spin_lock_irqsave(&speakup_info.spinlock, flags); in softsynth_close()
203 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in softsynth_close()
224 spin_lock_irqsave(&speakup_info.spinlock, flags); in softsynthx_read()
231 if (!synth_buffer_empty() || speakup_info.flushing) in softsynthx_read()
234 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in softsynthx_read()
244 spin_lock_irqsave(&speakup_info.spinlock, flags); in softsynthx_read()
255 if (speakup_info.flushing) { in softsynthx_read()
256 speakup_info.flushing = 0; in softsynthx_read()
267 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in softsynthx_read()
302 spin_lock_irqsave(&speakup_info.spinlock, flags); in softsynthx_read()
306 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in softsynthx_read()
350 spin_lock_irqsave(&speakup_info.spinlock, flags); in softsynth_poll()
352 (!synth_buffer_empty() || speakup_info.flushing)) in softsynth_poll()
354 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in softsynth_poll()