Lines Matching refs:regs_lock
56 spinlock_t regs_lock; member
107 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
110 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
128 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
136 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
146 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
171 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
176 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
182 spin_lock_irqsave(&dev->regs_lock, flags); in phantom_ioctl()
186 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
190 spin_unlock_irqrestore(&dev->regs_lock, flags); in phantom_ioctl()
290 spin_lock(&dev->regs_lock); in phantom_isr()
293 spin_unlock(&dev->regs_lock); in phantom_isr()
311 spin_unlock(&dev->regs_lock); in phantom_isr()
388 spin_lock_init(&pht->regs_lock); in phantom_probe()