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()
713 spin_lock_irqsave(&dev->keylock, flags); in rc_repeat()
723 spin_unlock_irqrestore(&dev->keylock, flags); in rc_repeat()
811 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown()
819 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown()
841 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown_notimeout()
843 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown_notimeout()
1678 spin_lock_init(&dev->keylock); in rc_allocate_device()