Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_cls.c707 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()
Ddgnc_neo.c870 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()
Ddgnc_driver.h173 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
Ddgnc_driver.c411 spin_lock_init(&brd->bd_intr_lock); in dgnc_found_board()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_cls.c838 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()
Djsm.h144 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and member
Djsm_driver.c120 spin_lock_init(&brd->bd_intr_lock); in jsm_probe_one()
Djsm_neo.c1121 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()