Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
Djsm_cls.c829 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()
Djsm.h135 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
Djsm_neo.c1111 spin_lock_irqsave(&brd->bd_intr_lock, lock_flags); in neo_intr()
1126 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr()
1233 spin_unlock_irqrestore(&brd->bd_intr_lock, lock_flags); in neo_intr()
Djsm_driver.c111 spin_lock_init(&brd->bd_intr_lock); in jsm_probe_one()