Searched refs:irq_lock (Results 26 - 50 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcb710.h41 spinlock_t irq_lock; member in struct:cb710_chip
H A Drtc.h174 spinlock_t irq_lock; member in struct:rtc_device
185 /* Those fields are protected by rtc->irq_lock */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dpca953x.c65 struct mutex irq_lock; member in struct:pca953x_chip
249 mutex_lock(&chip->irq_lock);
268 mutex_unlock(&chip->irq_lock);
378 mutex_init(&chip->irq_lock);
H A Dstmpe-gpio.c30 struct mutex irq_lock; member in struct:stmpe_gpio
148 mutex_lock(&stmpe_gpio->irq_lock);
176 mutex_unlock(&stmpe_gpio->irq_lock);
301 mutex_init(&stmpe_gpio->irq_lock);
H A Dmax732x.c102 struct mutex irq_lock; member in struct:max732x_chip
315 mutex_lock(&chip->irq_lock);
324 mutex_unlock(&chip->irq_lock);
432 mutex_init(&chip->irq_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsnd_wavefront.h94 spinlock_t irq_lock; member in struct:_snd_wavefront
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dstmpe.h57 * @irq_lock: IRQ bus lock
71 struct mutex irq_lock; member in struct:stmpe
H A Dmax8925.h204 struct mutex irq_lock; member in struct:max8925_chip
H A D88pm860x.h299 struct mutex irq_lock; member in struct:pm860x_chip
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c163 spinlock_t irq_lock; member in struct:__anon16341
1792 spin_lock_irqsave(&dispc.irq_lock, flags);
1795 spin_unlock_irqrestore(&dispc.irq_lock, flags);
1827 spin_lock_irqsave(&dispc.irq_lock, flags);
1831 spin_unlock_irqrestore(&dispc.irq_lock, flags);
2587 /* dispc.irq_lock has to be locked by the caller */
2627 spin_lock_irqsave(&dispc.irq_lock, flags);
2658 spin_unlock_irqrestore(&dispc.irq_lock, flags);
2662 spin_unlock_irqrestore(&dispc.irq_lock, flags);
2675 spin_lock_irqsave(&dispc.irq_lock, flag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dcb710-mmc.c85 spin_lock_irqsave(&reader->irq_lock, flags);
86 /* this is the only thing irq_lock protects */
88 spin_unlock_irqrestore(&reader->irq_lock, flags);
646 spin_lock(&reader->irq_lock);
648 spin_unlock(&reader->irq_lock);
729 spin_lock_init(&reader->irq_lock);
H A Domap_hsmmc.c160 spinlock_t irq_lock; /* Prevent races with irq handler */ member in struct:omap_hsmmc_host
832 spin_lock(&host->irq_lock);
835 spin_unlock(&host->irq_lock);
912 spin_lock(&host->irq_lock);
915 spin_unlock(&host->irq_lock);
1276 spin_lock(&host->irq_lock);
1278 spin_unlock(&host->irq_lock);
1287 spin_unlock(&host->irq_lock);
1297 spin_unlock(&host->irq_lock);
2038 spin_lock_init(&host->irq_lock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dwm831x-irq.c352 mutex_lock(&wm831x->irq_lock);
371 mutex_unlock(&wm831x->irq_lock);
496 mutex_init(&wm831x->irq_lock);
H A Dwm8350-irq.c424 mutex_lock(&wm8350->irq_lock);
442 mutex_unlock(&wm8350->irq_lock);
499 mutex_init(&wm8350->irq_lock);
H A D88pm860x-core.c358 mutex_lock(&chip->irq_lock);
402 mutex_unlock(&chip->irq_lock);
526 mutex_init(&chip->irq_lock);
H A Dmax8925-core.c409 mutex_lock(&chip->irq_lock);
487 mutex_unlock(&chip->irq_lock);
539 mutex_init(&chip->irq_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Dclass.c151 spin_lock_init(&rtc->irq_lock);
H A Dinterface.c382 spin_lock_irqsave(&rtc->irq_lock, flags);
384 spin_unlock_irqrestore(&rtc->irq_lock, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fifo.c262 spin_lock_irqsave(&dev_priv->irq_lock, irq_flags);
268 spin_unlock_irqrestore(&dev_priv->irq_lock, irq_flags);
288 spin_lock_irqsave(&dev_priv->irq_lock, irq_flags);
292 spin_unlock_irqrestore(&dev_priv->irq_lock, irq_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_pci.c425 RTMP_IRQ_LOCK(&pAd->irq_lock, IrqFlags);
456 RTMP_IRQ_UNLOCK(&pAd->irq_lock, IrqFlags);
458 RTMP_IRQ_LOCK(&pAd->irq_lock, IrqFlags);
466 RTMP_IRQ_UNLOCK(&pAd->irq_lock, IrqFlags);
554 RTMP_IRQ_LOCK(&pAd->irq_lock, IrqFlags);
561 RTMP_IRQ_UNLOCK(&pAd->irq_lock, IrqFlags);
1027 RTMP_INT_LOCK(&pAd->irq_lock, flags);
1032 RTMP_INT_UNLOCK(&pAd->irq_lock, flags);
H A Dcmm_data.c135 RTMP_IRQ_LOCK(&pAd->irq_lock, IrqFlags);
215 RTMP_IRQ_UNLOCK(&pAd->irq_lock, IrqFlags);
757 DEQUEUE_LOCK(&pAd->irq_lock, bIntContext, IrqFlags);
759 DEQUEUE_UNLOCK(&pAd->irq_lock, bIntContext,
778 DEQUEUE_UNLOCK(&pAd->irq_lock, bIntContext,
798 DEQUEUE_UNLOCK(&pAd->irq_lock, bIntContext,
822 DEQUEUE_UNLOCK(&pAd->irq_lock,
865 DEQUEUE_UNLOCK(&pAd->irq_lock, bIntContext, IrqFlags);
873 DEQUEUE_UNLOCK(&pAd->irq_lock, bIntContext, IrqFlags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddenali.c634 spin_lock_irq(&denali->irq_lock);
640 spin_unlock_irq(&denali->irq_lock);
662 spin_lock(&denali->irq_lock);
684 spin_unlock(&denali->irq_lock);
699 spin_lock_irq(&denali->irq_lock);
704 spin_unlock_irq(&denali->irq_lock);
710 spin_unlock_irq(&denali->irq_lock);
1245 spin_lock_irq(&denali->irq_lock);
1247 spin_unlock_irq(&denali->irq_lock);
1430 spin_lock_init(&denali->irq_lock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmyri_sbus.h271 spinlock_t irq_lock; member in struct:myri_eth
H A Dmyri_sbus.c565 spin_lock_irqsave(&mp->irq_lock, flags);
590 spin_unlock_irqrestore(&mp->irq_lock, flags);
646 spin_lock_irqsave(&mp->irq_lock, flags);
693 spin_unlock_irqrestore(&mp->irq_lock, flags);
949 spin_lock_init(&mp->irq_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/wm831x/
H A Dcore.h253 struct mutex irq_lock; member in struct:wm831x

Completed in 309 milliseconds

1234