Lines Matching refs:irqflags
59 unsigned long irqflags; in lima_devfreq_get_dev_status() local
63 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_get_dev_status()
73 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_get_dev_status()
175 unsigned long irqflags; in lima_devfreq_record_busy() local
180 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_record_busy()
186 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_record_busy()
191 unsigned long irqflags; in lima_devfreq_record_idle() local
196 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_record_idle()
202 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_record_idle()
207 unsigned long irqflags; in lima_devfreq_resume() local
212 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_resume()
216 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_resume()