Lines Matching defs:speakup_info
27 struct speakup_info_t speakup_info = {
40 .spinlock = __SPIN_LOCK_UNLOCKED(speakup_info.spinlock),
43 EXPORT_SYMBOL_GPL(speakup_info);
71 spin_lock_irqsave(&speakup_info.spinlock, flags);
73 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
77 spin_lock_irqsave(&speakup_info.spinlock, flags);
78 if (speakup_info.flushing) {
79 speakup_info.flushing = 0;
80 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
87 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
93 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
105 spin_lock_irqsave(&speakup_info.spinlock, flags);
109 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
119 spin_lock_irqsave(&speakup_info.spinlock, flags);
121 spin_unlock_irqrestore(&speakup_info.spinlock, flags);
199 speakup_info.flushing = 1;
434 spin_lock_irqsave(&speakup_info.spinlock, flags);
438 spin_unlock_irqrestore(&speakup_info.spinlock, flags);