Lines Matching refs:regs_lock
53 spinlock_t regs_lock; member
104 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
107 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
125 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
133 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
143 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
168 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
173 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
179 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
183 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
187 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
288 spin_lock(&dev->regs_lock); in phantom_isr()
291 spin_unlock(&dev->regs_lock); in phantom_isr()
309 spin_unlock(&dev->regs_lock); in phantom_isr()
386 spin_lock_init(&pht->regs_lock); in phantom_probe()