Lines Matching refs:regs_lock
57 spinlock_t regs_lock; member
108 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
111 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
129 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
137 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
147 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
172 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
177 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
183 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
187 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
191 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
292 spin_lock(&dev->regs_lock); in phantom_isr()
295 spin_unlock(&dev->regs_lock); in phantom_isr()
313 spin_unlock(&dev->regs_lock); in phantom_isr()
390 spin_lock_init(&pht->regs_lock); in phantom_probe()