Home
last modified time | relevance | path

Searched refs:bd_intr_lock (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/tty/serial/jsm/
Djsm_cls.c805 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in cls_intr()
819 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr()
829 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr()
Djsm.h135 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
Djsm_neo.c1092 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in neo_intr()
1107 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr()
1214 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr()
Djsm_driver.c110 spin_lock_init(&brd->bd_intr_lock); in jsm_probe_one()