Searched refs:regs_lock (Results 1 – 6 of 6) sorted by relevance
/drivers/misc/ |
D | phantom.c | 53 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 …]
|
/drivers/clk/bcm/ |
D | clk-bcm2835.c | 317 spinlock_t regs_lock; /* spinlock for all clocks */ member 355 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() 643 spin_unlock(&cprman->regs_lock); in bcm2835_pll_on() 725 spin_lock(&cprman->regs_lock); in bcm2835_pll_set_rate() 729 spin_unlock(&cprman->regs_lock); in bcm2835_pll_set_rate() 829 spin_lock(&cprman->regs_lock); in bcm2835_pll_divider_off() [all …]
|
/drivers/ipack/carriers/ |
D | tpci200.c | 73 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()
|
D | tpci200.h | 156 spinlock_t regs_lock; member
|
/drivers/comedi/drivers/ |
D | ni_tio.c | 233 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()
|
D | ni_tio.h | 112 spinlock_t regs_lock; /* protects 'regs' */ member
|