Searched refs:hwlock (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c212 spin_lock_irqsave(isar->hwlock, flags);
214 spin_unlock_irqrestore(isar->hwlock, flags);
229 spin_lock_irqsave(isar->hwlock, flags);
241 spin_unlock_irqrestore(isar->hwlock, flags);
270 spin_lock_irqsave(isar->hwlock, flags);
281 spin_unlock_irqrestore(isar->hwlock, flags);
301 spin_lock_irqsave(isar->hwlock, flags);
323 spin_unlock_irqrestore(isar->hwlock, flags);
341 spin_lock_irqsave(isar->hwlock, flags);
347 spin_unlock_irqrestore(isar->hwlock, flag
[all...]
H A DmISDNipac.c579 spin_lock_irqsave(isac->hwlock, flags);
585 spin_unlock_irqrestore(isac->hwlock, flags);
588 spin_unlock_irqrestore(isac->hwlock, flags);
612 spin_lock_irqsave(isac->hwlock, flags);
626 spin_unlock_irqrestore(isac->hwlock, flags);
645 spin_lock_irqsave(isac->hwlock, flags);
647 spin_unlock_irqrestore(isac->hwlock, flags);
650 spin_lock_irqsave(isac->hwlock, flags);
652 spin_unlock_irqrestore(isac->hwlock, flags);
655 spin_lock_irqsave(isac->hwlock, flag
[all...]
H A Dipac.h32 spinlock_t *hwlock; /* lock HW acccess */ member in struct:isac_hw
73 spinlock_t *hwlock; /* lock HW acccess */ member in struct:ipac_hw
H A Disar.h47 spinlock_t *hwlock; /* lock HW acccess */ member in struct:isar_hw
H A Dspeedfax.c383 card->isac.hwlock = &card->lock;
384 card->isar.hwlock = &card->lock;
H A DmISDNinfineon.c914 card->ipac.isac.hwlock = &card->lock;
915 card->ipac.hwlock = &card->lock;
H A Davmfritz.c1033 card->isac.hwlock = &card->lock;
H A Dnetjet.c1020 card->isac.hwlock = &card->lock;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dksz884x.c1406 * @hwlock: Spinlock to prevent hardware from accessing.
1431 spinlock_t hwlock; member in struct:dev_info
4772 spin_lock(&hw_priv->hwlock);
4806 spin_unlock(&hw_priv->hwlock);
4884 spin_lock_irq(&hw_priv->hwlock);
4914 spin_unlock_irq(&hw_priv->hwlock);
5213 spin_lock_irq(&hw_priv->hwlock);
5215 spin_unlock_irq(&hw_priv->hwlock);
5232 spin_lock_irq(&hw_priv->hwlock);
5234 spin_unlock_irq(&hw_priv->hwlock);
[all...]

Completed in 92 milliseconds