Home
last modified time | relevance | path

Searched refs:soft_reg_copy_lock (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/comedi/drivers/
Dni_660x.c442 spinlock_t soft_reg_copy_lock; member
838 spin_lock_irqsave(&private(dev)->soft_reg_copy_lock, flags); in ni_660x_set_dma_channel()
850 spin_unlock_irqrestore(&private(dev)->soft_reg_copy_lock, flags); in ni_660x_set_dma_channel()
858 spin_lock_irqsave(&private(dev)->soft_reg_copy_lock, flags); in ni_660x_unset_dma_channel()
868 spin_unlock_irqrestore(&private(dev)->soft_reg_copy_lock, flags); in ni_660x_unset_dma_channel()
1031 spin_lock_init(&private(dev)->soft_reg_copy_lock); in ni_660x_allocate_private()
Dni_mio_common.c415 spin_lock_irqsave(&devpriv->soft_reg_copy_lock, flags); in ni_set_bitfield()
451 spin_unlock_irqrestore(&devpriv->soft_reg_copy_lock, flags); in ni_set_bitfield()
511 spin_lock_irqsave(&devpriv->soft_reg_copy_lock, flags); in ni_set_cdo_dma_channel()
523 spin_unlock_irqrestore(&devpriv->soft_reg_copy_lock, flags); in ni_set_cdo_dma_channel()
4398 spin_lock_init(&devpriv->soft_reg_copy_lock); in ni_alloc_private()
Dni_stc.h1451 spinlock_t soft_reg_copy_lock; \