Searched refs:bd_intr_lock (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/staging/dgnc/ |
D | dgnc_cls.c | 862 spin_lock_irqsave(&bd->bd_intr_lock, flags); in cls_tasklet() 895 spin_unlock_irqrestore(&bd->bd_intr_lock, flags); in cls_tasklet() 909 spin_lock_irqsave(&brd->bd_intr_lock, flags); in cls_intr() 913 spin_unlock_irqrestore(&brd->bd_intr_lock, flags); in cls_intr() 922 spin_unlock_irqrestore(&brd->bd_intr_lock, flags); in cls_intr()
|
D | dgnc_driver.h | 128 spinlock_t bd_intr_lock; member
|
D | dgnc_driver.c | 94 spin_lock_init(&brd->bd_intr_lock); in dgnc_found_board()
|
/Linux-v4.19/drivers/tty/serial/jsm/ |
D | jsm_cls.c | 829 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in cls_intr() 843 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr() 853 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr()
|
D | jsm.h | 135 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
|
D | jsm_neo.c | 1109 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in neo_intr() 1124 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr() 1231 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr()
|
D | jsm_driver.c | 111 spin_lock_init(&brd->bd_intr_lock); in jsm_probe_one()
|