Searched refs:bd_intr_lock (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/dgnc/ |
D | dgnc_cls.c | 707 spin_lock_irqsave(&bd->bd_intr_lock, flags); in cls_tasklet() 750 spin_unlock_irqrestore(&bd->bd_intr_lock, flags); in cls_tasklet() 773 spin_lock_irqsave(&brd->bd_intr_lock, flags); in cls_intr() 785 spin_unlock_irqrestore(&brd->bd_intr_lock, flags); in cls_intr() 798 spin_unlock_irqrestore(&brd->bd_intr_lock, flags); in cls_intr()
|
D | dgnc_neo.c | 870 spin_lock_irqsave(&bd->bd_intr_lock, flags); in neo_tasklet() 919 spin_unlock_irqrestore(&bd->bd_intr_lock, flags); in neo_tasklet() 951 spin_lock_irqsave(&brd->bd_intr_lock, flags); in neo_intr() 965 spin_unlock_irqrestore(&brd->bd_intr_lock, flags); in neo_intr() 1065 spin_unlock_irqrestore(&brd->bd_intr_lock, flags); in neo_intr()
|
D | dgnc_driver.h | 173 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
|
D | dgnc_driver.c | 411 spin_lock_init(&brd->bd_intr_lock); in dgnc_found_board()
|
/linux-4.1.27/drivers/tty/serial/jsm/ |
D | jsm_cls.c | 838 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in cls_intr() 852 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr() 862 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr()
|
D | jsm.h | 144 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
|
D | jsm_driver.c | 120 spin_lock_init(&brd->bd_intr_lock); in jsm_probe_one()
|
D | jsm_neo.c | 1121 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in neo_intr() 1136 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr() 1240 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr()
|