Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/
Dphantom.c53 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()
[all …]
/kernel/linux/linux-5.10/drivers/clk/bcm/
Dclk-bcm2835.c316 spinlock_t regs_lock; /* spinlock for all clocks */ member
354 spin_lock(&cprman->regs_lock); in bcm2835_measure_tcnt_mux()
394 spin_unlock(&cprman->regs_lock); in bcm2835_measure_tcnt_mux()
617 spin_lock(&cprman->regs_lock); in bcm2835_pll_off()
622 spin_unlock(&cprman->regs_lock); in bcm2835_pll_off()
637 spin_lock(&cprman->regs_lock); in bcm2835_pll_on()
640 spin_unlock(&cprman->regs_lock); in bcm2835_pll_on()
722 spin_lock(&cprman->regs_lock); in bcm2835_pll_set_rate()
726 spin_unlock(&cprman->regs_lock); in bcm2835_pll_set_rate()
827 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_off()
[all …]
/kernel/linux/linux-5.10/drivers/ipack/carriers/
Dtpci200.c75 spin_lock_irqsave(&tpci200->regs_lock, flags); in tpci200_clear_mask()
77 spin_unlock_irqrestore(&tpci200->regs_lock, flags); in tpci200_clear_mask()
84 spin_lock_irqsave(&tpci200->regs_lock, flags); in tpci200_set_mask()
86 spin_unlock_irqrestore(&tpci200->regs_lock, flags); in tpci200_set_mask()
311 spin_lock_init(&tpci200->regs_lock); in tpci200_register()
Dtpci200.h158 spinlock_t regs_lock; member
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dni_tio.h112 spinlock_t regs_lock; /* protects 'regs' */ member
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()