Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dphantom.c53 spinlock_t regs_lock; member
104 spin_lock_irqsave(&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()
179 spin_lock_irqsave(&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()
[all …]
/openbmc/linux/drivers/clk/bcm/
H A Dclk-bcm2835.c355 spin_lock(&cprman->regs_lock); in bcm2835_measure_tcnt_mux()
395 spin_unlock(&cprman->regs_lock); in bcm2835_measure_tcnt_mux()
620 spin_lock(&cprman->regs_lock); in bcm2835_pll_off()
625 spin_unlock(&cprman->regs_lock); in bcm2835_pll_off()
640 spin_lock(&cprman->regs_lock); in bcm2835_pll_on()
725 spin_lock(&cprman->regs_lock); in bcm2835_pll_set_rate()
829 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_off()
845 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_on()
1064 spin_lock(&cprman->regs_lock); in bcm2835_clock_off()
1079 spin_lock(&cprman->regs_lock); in bcm2835_clock_on()
[all …]
/openbmc/linux/drivers/ipack/carriers/
H A Dtpci200.c73 spin_lock_irqsave(&tpci200->regs_lock, flags); in tpci200_clear_mask()
75 spin_unlock_irqrestore(&tpci200->regs_lock, flags); in tpci200_clear_mask()
82 spin_lock_irqsave(&tpci200->regs_lock, flags); in tpci200_set_mask()
84 spin_unlock_irqrestore(&tpci200->regs_lock, flags); in tpci200_set_mask()
309 spin_lock_init(&tpci200->regs_lock); in tpci200_register()
H A Dtpci200.h156 spinlock_t regs_lock; member
/openbmc/linux/drivers/comedi/drivers/
H A Dni_tio.h112 spinlock_t regs_lock; /* protects 'regs' */ member
H A Dni_tio.c233 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
237 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
277 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
279 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
1791 spin_lock_init(&counter_dev->regs_lock); in ni_gpct_device_construct()