Home
last modified time | relevance | path

Searched refs:regs_lock (Results 1 – 6 of 6) sorted by relevance

/drivers/misc/
Dphantom.c57 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()
[all …]
/drivers/clk/bcm/
Dclk-bcm2835.c303 spinlock_t regs_lock; /* spinlock for all clocks */ member
547 spin_lock(&cprman->regs_lock); in bcm2835_pll_off()
552 spin_unlock(&cprman->regs_lock); in bcm2835_pll_off()
567 spin_lock(&cprman->regs_lock); in bcm2835_pll_on()
570 spin_unlock(&cprman->regs_lock); in bcm2835_pll_on()
651 spin_lock(&cprman->regs_lock); in bcm2835_pll_set_rate()
655 spin_unlock(&cprman->regs_lock); in bcm2835_pll_set_rate()
756 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_off()
763 spin_unlock(&cprman->regs_lock); in bcm2835_pll_divider_off()
772 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_on()
[all …]
/drivers/ipack/carriers/
Dtpci200.c78 spin_lock_irqsave(&tpci200->regs_lock, flags); in tpci200_clear_mask()
80 spin_unlock_irqrestore(&tpci200->regs_lock, flags); in tpci200_clear_mask()
87 spin_lock_irqsave(&tpci200->regs_lock, flags); in tpci200_set_mask()
89 spin_unlock_irqrestore(&tpci200->regs_lock, flags); in tpci200_set_mask()
309 spin_lock_init(&tpci200->regs_lock); in tpci200_register()
Dtpci200.h161 spinlock_t regs_lock; member
/drivers/staging/comedi/drivers/
Dni_tio.h120 spinlock_t regs_lock; /* protects 'regs' */ member
Dni_tio.c239 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
244 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
283 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
285 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
1530 spin_lock_init(&counter_dev->regs_lock); in ni_gpct_device_construct()