Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/staging/comedi/drivers/
Dni_tio_internal.h200 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
207 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_set_bits_transient()
235 spin_lock_irqsave(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
237 spin_unlock_irqrestore(&counter_dev->regs_lock, flags); in ni_tio_get_soft_copy()
Dni_tio.h126 spinlock_t regs_lock; member
Dni_tio.c1394 spin_lock_init(&counter_dev->regs_lock); in ni_gpct_device_construct()
/linux-4.4.14/drivers/clk/bcm/
Dclk-bcm2835.c287 spinlock_t regs_lock; member
893 spin_lock(&cprman->regs_lock); in bcm2835_pll_off()
900 spin_unlock(&cprman->regs_lock); in bcm2835_pll_off()
1081 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_off()
1086 spin_unlock(&cprman->regs_lock); in bcm2835_pll_divider_off()
1095 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_on()
1102 spin_unlock(&cprman->regs_lock); in bcm2835_pll_divider_on()
1260 spin_lock(&cprman->regs_lock); in bcm2835_clock_off()
1263 spin_unlock(&cprman->regs_lock); in bcm2835_clock_off()
1275 spin_lock(&cprman->regs_lock); in bcm2835_clock_on()
[all …]
/linux-4.4.14/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