Lines Matching refs:keylock
562 spin_lock_irqsave(&dev->keylock, flags); in rc_keyup()
564 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keyup()
590 spin_lock_irqsave(&dev->keylock, flags); in ir_timer_keyup()
593 spin_unlock_irqrestore(&dev->keylock, flags); in ir_timer_keyup()
608 spin_lock_irqsave(&dev->keylock, flags); in rc_repeat()
620 spin_unlock_irqrestore(&dev->keylock, flags); in rc_repeat()
683 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown()
690 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown()
712 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown_notimeout()
714 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown_notimeout()
1304 spin_lock_init(&dev->keylock); in rc_allocate_device()