Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/jsm/
Djsm_cls.c791 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in cls_intr()
805 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr()
815 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in cls_intr()
Djsm.h132 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
Djsm_neo.c1080 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in neo_intr()
1095 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr()
1202 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()