Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
/Linux-v4.19/drivers/clk/bcm/
Dclk-bcm2835.c319 spinlock_t regs_lock; /* spinlock for all clocks */ member
352 spin_lock(&cprman->regs_lock); in bcm2835_measure_tcnt_mux()
392 spin_unlock(&cprman->regs_lock); in bcm2835_measure_tcnt_mux()
600 spin_lock(&cprman->regs_lock); in bcm2835_pll_off()
605 spin_unlock(&cprman->regs_lock); in bcm2835_pll_off()
620 spin_lock(&cprman->regs_lock); in bcm2835_pll_on()
623 spin_unlock(&cprman->regs_lock); in bcm2835_pll_on()
704 spin_lock(&cprman->regs_lock); in bcm2835_pll_set_rate()
708 spin_unlock(&cprman->regs_lock); in bcm2835_pll_set_rate()
809 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_off()
[all …]
/Linux-v4.19/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()
316 spin_lock_init(&tpci200->regs_lock); in tpci200_register()
Dtpci200.h161 spinlock_t regs_lock; member
/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_tio.h111 spinlock_t regs_lock; /* protects 'regs' */ member
Dni_tio.c230 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
235 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
274 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
276 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
1525 spin_lock_init(&counter_dev->regs_lock); in ni_gpct_device_construct()