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()
180 unsigned long irqflags; in lima_devfreq_record_busy() local
185 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_record_busy()
191 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_record_busy()
196 unsigned long irqflags; in lima_devfreq_record_idle() local
201 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_record_idle()
207 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_record_idle()
212 unsigned long irqflags; in lima_devfreq_resume() local
217 spin_lock_irqsave(&devfreq->lock, irqflags); in lima_devfreq_resume()
221 spin_unlock_irqrestore(&devfreq->lock, irqflags); in lima_devfreq_resume()