Searched refs:scan_lock (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_wireless.h244 struct mutex scan_lock; member in struct:gelic_wl_info
H A Dps3_gelic_wireless.c718 if (mutex_lock_interruptible(&wl->scan_lock))
757 mutex_unlock(&wl->scan_lock);
1453 if (mutex_lock_interruptible(&wl->scan_lock))
1505 mutex_unlock(&wl->scan_lock);
1527 mutex_lock(&wl->scan_lock);
1651 mutex_unlock(&wl->scan_lock);
1658 * The caller must hold wl->scan_lock,
1757 * The caller must hold wl->scan_lock,
2225 mutex_lock(&wl->scan_lock);
2245 mutex_unlock(&wl->scan_lock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c1345 spin_lock_irqsave(&priv->scan_lock, flags);
1347 spin_unlock_irqrestore(&priv->scan_lock, flags);
1360 spin_lock_irqsave(&priv->scan_lock, flags);
1362 spin_unlock_irqrestore(&priv->scan_lock, flags);
1377 spin_lock_irqsave(&priv->scan_lock, flags);
1379 spin_unlock_irqrestore(&priv->scan_lock, flags);
1401 spin_lock_irqsave(&priv->scan_lock, flags);
1403 spin_unlock_irqrestore(&priv->scan_lock, flags);
2222 spin_lock_init(&priv->scan_lock);
H A Dorinoco.h149 spinlock_t scan_lock; /* protects the scan list */ member in struct:orinoco_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h101 spinlock_t scan_lock; member in struct:ctlr_info
H A Dhpsa.c2030 spin_lock_irqsave(&h->scan_lock, flags);
2033 spin_unlock_irqrestore(&h->scan_lock, flags);
2042 spin_unlock_irqrestore(&h->scan_lock, flags);
2046 spin_lock_irqsave(&h->scan_lock, flags);
2049 spin_unlock_irqrestore(&h->scan_lock, flags);
2059 spin_lock_irqsave(&h->scan_lock, flags);
2061 spin_unlock_irqrestore(&h->scan_lock, flags);
3831 spin_lock_init(&h->scan_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180.h357 spinlock_t scan_lock; member in struct:r8180_priv

Completed in 75 milliseconds