Home
last modified time | relevance | path

Searched refs:rd_spinlock (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c219 spin_lock(&channel->rd_spinlock); in xillybus_isr()
222 spin_unlock(&channel->rd_spinlock); in xillybus_isr()
468 spin_lock_init(&channel->rd_spinlock); in xilly_setupchannels()
1040 spin_lock_irqsave(&channel->rd_spinlock, flags); in xillybus_myflush()
1047 spin_unlock_irqrestore(&channel->rd_spinlock, flags); in xillybus_myflush()
1063 spin_unlock_irqrestore(&channel->rd_spinlock, flags); in xillybus_myflush()
1107 spin_lock_irqsave(&channel->rd_spinlock, flags); in xillybus_myflush()
1117 spin_unlock_irqrestore(&channel->rd_spinlock, flags); in xillybus_myflush()
1206 spin_lock_irqsave(&channel->rd_spinlock, flags); in xillybus_write()
1281 spin_unlock_irqrestore(&channel->rd_spinlock, flags); in xillybus_write()
[all …]
Dxillybus.h80 spinlock_t rd_spinlock; member