Searched refs:plx_lock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 182 static spinlock_t plx_lock; /* may not acquire other lock inside */ variable 920 spin_lock(&plx_lock); /* must be locked inside other locks */ in hfcmulti_resync() 1008 spin_unlock(&plx_lock); in hfcmulti_resync() 1062 spin_lock_irqsave(&plx_lock, plx_flags); in release_io_hfcmulti() 1078 spin_unlock_irqrestore(&plx_lock, plx_flags); in release_io_hfcmulti() 1195 spin_lock_irqsave(&plx_lock, plx_flags); in init_chip() 1208 spin_unlock_irqrestore(&plx_lock, plx_flags); in init_chip() 1231 spin_lock_irqsave(&plx_lock, plx_flags); in init_chip() 1236 spin_unlock_irqrestore(&plx_lock, plx_flags); in init_chip() 1293 spin_lock_irqsave(&plx_lock, plx_flag in init_chip() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 182 static DEFINE_SPINLOCK(plx_lock); /* may not acquire other lock inside */ 889 spin_lock(&plx_lock); /* must be locked inside other locks */ in hfcmulti_resync() 977 spin_unlock(&plx_lock); in hfcmulti_resync() 1031 spin_lock_irqsave(&plx_lock, plx_flags); in release_io_hfcmulti() 1047 spin_unlock_irqrestore(&plx_lock, plx_flags); in release_io_hfcmulti() 1164 spin_lock_irqsave(&plx_lock, plx_flags); in init_chip() 1177 spin_unlock_irqrestore(&plx_lock, plx_flags); in init_chip() 1200 spin_lock_irqsave(&plx_lock, plx_flags); in init_chip() 1205 spin_unlock_irqrestore(&plx_lock, plx_flags); in init_chip() 1262 spin_lock_irqsave(&plx_lock, plx_flag in init_chip() [all...] |
Completed in 6 milliseconds