Searched refs:cmdlock (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dser-gigaset.c135 spin_lock_irqsave(&cs->cmdlock, flags);
146 spin_unlock_irqrestore(&cs->cmdlock, flags);
212 spin_lock_irqsave(&cs->cmdlock, flags);
221 spin_unlock_irqrestore(&cs->cmdlock, flags);
252 spin_lock_irqsave(&cs->cmdlock, flags);
262 spin_unlock_irqrestore(&cs->cmdlock, flags);
H A Dusb-gigaset.c398 spin_lock_irqsave(&cs->cmdlock, flags);
410 spin_unlock_irqrestore(&cs->cmdlock, flags);
459 spin_lock_irqsave(&cs->cmdlock, flags);
469 spin_unlock_irqrestore(&cs->cmdlock, flags);
H A Dbas-gigaset.c1654 * must be called with cs->cmdlock held
1744 spin_lock_irqsave(&cs->cmdlock, flags);
1747 spin_unlock_irqrestore(&cs->cmdlock, flags);
1848 spin_lock_irqsave(&cs->cmdlock, flags);
1851 spin_unlock_irqrestore(&cs->cmdlock, flags);
1857 spin_lock_irqsave(&cs->cmdlock, flags);
1868 spin_unlock_irqrestore(&cs->cmdlock, flags);
1909 spin_lock_irqsave(&cs->cmdlock, flags);
1919 spin_unlock_irqrestore(&cs->cmdlock, flags);
1926 spin_lock_irqsave(&cs->cmdlock, flag
[all...]
H A Dgigaset.h434 spinlock_t cmdlock; member in struct:cardstate
H A Dcommon.c756 spin_lock_init(&cs->cmdlock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dar9170.h186 spinlock_t cmdlock; member in struct:ar9170
H A Dusb.c429 spin_lock_irqsave(&aru->common.cmdlock, flags);
432 spin_unlock_irqrestore(&aru->common.cmdlock, flags);
474 spin_lock_irqsave(&aru->common.cmdlock, flags);
477 spin_unlock_irqrestore(&aru->common.cmdlock, flags);
555 spin_lock_irqsave(&aru->common.cmdlock, flags);
561 spin_unlock_irqrestore(&aru->common.cmdlock, flags);
H A Dmain.c2008 spin_lock_init(&ar->cmdlock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_hw.c179 * Caller must have acquired local->cmdlock before calling this function.
212 spin_lock_irqsave(&local->cmdlock, flags);
214 spin_unlock_irqrestore(&local->cmdlock, flags);
228 spin_lock_irqsave(&local->cmdlock, flags);
245 spin_unlock_irqrestore(&local->cmdlock, flags);
298 spin_lock_irqsave(&local->cmdlock, flags);
303 spin_unlock_irqrestore(&local->cmdlock, flags);
368 spin_lock_irqsave(&local->cmdlock, flags);
374 spin_unlock_irqrestore(&local->cmdlock, flags);
420 * reference to it, but keeps cmdlock a
[all...]
H A Dhostap_download.c20 spin_lock_irqsave(&local->cmdlock, flags);
30 spin_unlock_irqrestore(&local->cmdlock, flags);
74 spin_unlock_irqrestore(&local->cmdlock, flags);
H A Dhostap_wlan.h657 spinlock_t cmdlock, baplock, lock, irq_init_lock; member in struct:local_info
715 /* command queue for hfa384x_cmd(); protected with cmdlock */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c313 spinlock_t cmdlock; /* Protects cmd queue accesses */ member in struct:snd_dbri
655 * It locks the cmdlock spinlock.
661 spin_lock(&dbri->cmdlock);
676 * It also releases the cmdlock spinlock.
720 spin_unlock(&dbri->cmdlock);
762 spin_lock_init(&dbri->cmdlock);
772 spin_lock(&dbri->cmdlock);
782 spin_unlock(&dbri->cmdlock);

Completed in 118 milliseconds