Lines Matching refs:keylock
561 spin_lock_irqsave(&dev->keylock, flags); in rc_keyup()
563 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keyup()
589 spin_lock_irqsave(&dev->keylock, flags); in ir_timer_keyup()
592 spin_unlock_irqrestore(&dev->keylock, flags); in ir_timer_keyup()
607 spin_lock_irqsave(&dev->keylock, flags); in rc_repeat()
619 spin_unlock_irqrestore(&dev->keylock, flags); in rc_repeat()
682 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown()
689 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown()
711 spin_lock_irqsave(&dev->keylock, flags); in rc_keydown_notimeout()
713 spin_unlock_irqrestore(&dev->keylock, flags); in rc_keydown_notimeout()
1280 spin_lock_init(&dev->keylock); in rc_allocate_device()