Lines Matching refs:keylock
622 spin_lock_irqsave(&dev->keylock, flags); in rc_keyup()
624 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keyup()
651 spin_lock_irqsave(&dev->keylock, flags); in ir_timer_keyup()
654 spin_unlock_irqrestore(&dev->keylock, flags); in ir_timer_keyup()
671 spin_lock_irqsave(&dev->keylock, flags); in ir_timer_repeat()
679 spin_unlock_irqrestore(&dev->keylock, flags); in ir_timer_repeat()
712 spin_lock_irqsave(&dev->keylock, flags); in rc_repeat()
722 spin_unlock_irqrestore(&dev->keylock, flags); in rc_repeat()
809 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown()
817 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown()
839 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown_notimeout()
841 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown_notimeout()
1664 spin_lock_init(&dev->keylock); in rc_allocate_device()