Lines Matching refs:irqflags
64 unsigned long irqflags; in lima_devfreq_get_dev_status() local
68 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_get_dev_status()
78 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_get_dev_status()
205 unsigned long irqflags; in lima_devfreq_record_busy() local
210 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_record_busy()
216 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_record_busy()
221 unsigned long irqflags; in lima_devfreq_record_idle() local
226 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_record_idle()
232 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_record_idle()
237 unsigned long irqflags; in lima_devfreq_resume() local
242 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_resume()
246 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_resume()