Searched refs:HostLock (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dhost.h57 spinlock_t HostLock; /* Lock structure for MPX */ member in struct:Host
H A Driotable.c414 rio_spin_lock_irqsave(&HostP->HostLock, flags);
419 rio_spin_unlock_irqrestore(&HostP->HostLock, flags);
441 rio_spin_unlock_irqrestore(&HostP->HostLock, flags);
466 rio_spin_lock_irqsave(&HostP->HostLock, lock_flags);
469 rio_spin_unlock_irqrestore(&HostP->HostLock, lock_flags);
485 rio_spin_unlock_irqrestore(&HostP->HostLock, lock_flags);
556 rio_spin_unlock_irqrestore(&HostP->HostLock, lock_flags);
H A Driointr.c175 rio_spin_lock(&HostP->HostLock);
178 rio_spin_unlock(&HostP->HostLock);
183 rio_spin_unlock(&HostP->HostLock);
H A Drioparam.c611 rio_spin_lock_irqsave(&HostP->HostLock, flags);
634 rio_dprintk(RIO_DEBUG_CMD, "Before unlock: %p\n", &HostP->HostLock);
635 rio_spin_unlock_irqrestore(&HostP->HostLock, flags);
H A Drio_linux.c987 spin_lock_init(&hp->HostLock);
1040 spin_lock_init(&hp->HostLock);
1086 spin_lock_init(&hp->HostLock);
H A Drioroute.c590 rio_spin_lock_irqsave(&HostP->HostLock, flags);
594 rio_spin_unlock_irqrestore(&HostP->HostLock, flags);
600 rio_spin_unlock_irqrestore(&HostP->HostLock, flags);

Completed in 67 milliseconds