Searched refs:devlock (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/amd/
H A D7990.c446 spin_lock(&lp->devlock);
454 spin_unlock(&lp->devlock);
492 spin_unlock(&lp->devlock);
506 spin_lock_init(&lp->devlock);
583 spin_lock_irqsave(&lp->devlock, flags);
588 spin_unlock_irqrestore(&lp->devlock, flags);
658 spin_lock(&lp->devlock);
661 spin_unlock(&lp->devlock);
H A D7990.h125 spinlock_t devlock; member in struct:lance_private
H A Dlance.c252 spinlock_t devlock; member in struct:lance_private
568 spin_lock_init(&lp->devlock);
959 spin_lock_irqsave(&lp->devlock, flags);
1016 spin_unlock_irqrestore(&lp->devlock, flags);
1031 spin_lock (&lp->devlock);
1140 spin_unlock (&lp->devlock);
1269 spin_lock_irqsave(&lp->devlock, flags);
1274 spin_unlock_irqrestore(&lp->devlock, flags);
H A Datarilance.c228 spinlock_t devlock; member in struct:lance_private
610 spin_lock_init(&lp->devlock);
811 spin_lock_irqsave (&lp->devlock, flags);
842 spin_unlock_irqrestore (&lp->devlock, flags);
864 spin_lock (&lp->devlock);
956 spin_unlock (&lp->devlock);
/drivers/isdn/icn/
H A Dicn.c113 * must called with holding the devlock
139 * must called with holding the devlock
167 * must called with holding the devlock
187 spin_lock_irqsave(&dev.devlock, flags);
189 spin_unlock_irqrestore(&dev.devlock, flags);
205 spin_lock_irqsave(&dev.devlock, flags);
210 spin_unlock_irqrestore(&dev.devlock, flags);
216 spin_unlock_irqrestore(&dev.devlock, flags);
235 spin_lock_irqsave(&dev.devlock, flags);
240 spin_unlock_irqrestore(&dev.devlock, flag
[all...]
H A Dicn.h174 spinlock_t devlock; /* spinlock to protect this struct */ member in struct:icn_dev
/drivers/net/ethernet/aeroflex/
H A Dgreth.c408 spin_lock_irqsave(&greth->devlock, flags);/*save from poll/irq*/
414 spin_unlock_irqrestore(&greth->devlock, flags);
447 spin_lock_irqsave(&greth->devlock, flags); /*save from poll/irq*/
449 spin_unlock_irqrestore(&greth->devlock, flags);
560 spin_lock_irqsave(&greth->devlock, flags); /*save from poll/irq*/
563 spin_unlock_irqrestore(&greth->devlock, flags);
594 spin_lock(&greth->devlock);
616 spin_unlock(&greth->devlock);
828 spin_lock_irqsave(&greth->devlock, flags); /* save from XMIT */
830 spin_unlock_irqrestore(&greth->devlock, flag
[all...]
H A Dgreth.h124 spinlock_t devlock; member in struct:greth_private
/drivers/hid/
H A Duhid.c32 struct mutex devlock; member in struct:uhid_device
609 mutex_init(&uhid->devlock);
660 ret = mutex_lock_interruptible(&uhid->devlock);
665 mutex_unlock(&uhid->devlock);
681 mutex_unlock(&uhid->devlock);
696 ret = mutex_lock_interruptible(&uhid->devlock);
734 mutex_unlock(&uhid->devlock);
/drivers/scsi/
H A Dhpsa.h159 spinlock_t devlock; /* to protect hba[ctlr]->dev[]; */ member in struct:ctlr_info
H A Dhpsa.c878 * assumes h->devlock is held
905 /* assumes h->devlock is held */
983 /* assumes h->devlock is held */
1007 /* assumes h->devlock is held */
1033 /* assumes h->devlock is held */
1288 spin_lock_irqsave(&h->devlock, flags);
1359 spin_unlock_irqrestore(&h->devlock, flags);
1362 * brought online later. This must be done without holding h->devlock,
1422 * Assume's h->devlock is held.
1446 spin_lock_irqsave(&h->devlock, flag
[all...]

Completed in 194 milliseconds