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

/linux-master/drivers/net/ethernet/amd/
H A D7990.c447 spin_lock(&lp->devlock);
455 spin_unlock(&lp->devlock);
493 spin_unlock(&lp->devlock);
507 spin_lock_init(&lp->devlock);
586 spin_lock_irqsave(&lp->devlock, flags);
591 spin_unlock_irqrestore(&lp->devlock, flags);
661 spin_lock(&lp->devlock);
664 spin_unlock(&lp->devlock);
H A D7990.h126 spinlock_t devlock; member in struct:lance_private
H A Dlance.c253 spinlock_t devlock; member in struct:lance_private
572 spin_lock_init(&lp->devlock);
963 spin_lock_irqsave(&lp->devlock, flags);
1020 spin_unlock_irqrestore(&lp->devlock, flags);
1035 spin_lock (&lp->devlock);
1144 spin_unlock (&lp->devlock);
1273 spin_lock_irqsave(&lp->devlock, flags);
1278 spin_unlock_irqrestore(&lp->devlock, flags);
H A Datarilance.c228 spinlock_t devlock; member in struct:lance_private
609 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);
/linux-master/drivers/net/ethernet/aeroflex/
H A Dgreth.c406 spin_lock_irqsave(&greth->devlock, flags);/*save from poll/irq*/
412 spin_unlock_irqrestore(&greth->devlock, flags);
445 spin_lock_irqsave(&greth->devlock, flags); /*save from poll/irq*/
447 spin_unlock_irqrestore(&greth->devlock, flags);
558 spin_lock_irqsave(&greth->devlock, flags); /*save from poll/irq*/
561 spin_unlock_irqrestore(&greth->devlock, flags);
592 spin_lock(&greth->devlock);
613 spin_unlock(&greth->devlock);
826 spin_lock_irqsave(&greth->devlock, flags); /* save from XMIT */
828 spin_unlock_irqrestore(&greth->devlock, flag
[all...]
H A Dgreth.h125 spinlock_t devlock; member in struct:greth_private
/linux-master/drivers/hid/
H A Duhid.c30 struct mutex devlock; member in struct:uhid_device
37 * holding devlock.
39 * holding @devlock, it's still fine to access @hid.
538 * be blocked on devlock, which is held by uhid_char_write.
643 mutex_init(&uhid->devlock);
695 ret = mutex_lock_interruptible(&uhid->devlock);
700 mutex_unlock(&uhid->devlock);
716 mutex_unlock(&uhid->devlock);
731 ret = mutex_lock_interruptible(&uhid->devlock);
780 mutex_unlock(&uhid->devlock);
[all...]
/linux-master/drivers/scsi/
H A Dhpsa.h216 spinlock_t devlock; /* to protect hba[ctlr]->dev[]; */ member in struct:ctlr_info
H A Dhpsa.c823 spin_lock_irqsave(&h->devlock, flags);
826 spin_unlock_irqrestore(&h->devlock, flags);
887 spin_unlock_irqrestore(&h->devlock, flags);
1206 * assumes h->devlock is held
1288 /* assumes h->devlock is held */
1365 /* assumes h->devlock is held */
1420 /* assumes h->devlock is held */
1445 /* assumes h->devlock is held */
1954 spin_lock_irqsave(&h->devlock, flags);
2037 spin_unlock_irqrestore(&h->devlock, flag
[all...]

Completed in 224 milliseconds