Searched defs:req_lock (Results 1 - 7 of 7) sorted by relevance

/drivers/media/video/omap3isp/
H A Dispccdc.h120 spinlock_t req_lock; member in struct:ispccdc_lsc
/drivers/usb/gadget/
H A Duvc.h127 spinlock_t req_lock; member in struct:uvc_video
H A Du_ether.c59 spinlock_t req_lock; /* guard {rx,tx}_reqs */ member in struct:eth_dev
263 spin_lock_irqsave(&dev->req_lock, flags);
265 spin_unlock_irqrestore(&dev->req_lock, flags);
353 spin_lock(&dev->req_lock);
355 spin_unlock(&dev->req_lock);
405 spin_lock(&dev->req_lock);
416 spin_unlock(&dev->req_lock);
426 spin_lock_irqsave(&dev->req_lock, flags);
431 spin_unlock_irqrestore(&dev->req_lock, flags);
438 spin_lock_irqsave(&dev->req_lock, flag
[all...]
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c259 spinlock_t req_lock; member in struct:ezusb_priv
404 spin_lock_irqsave(&upriv->req_lock, flags);
408 spin_unlock_irqrestore(&upriv->req_lock, flags);
410 spin_lock_irqsave(&upriv->req_lock, flags);
419 spin_unlock_irqrestore(&upriv->req_lock, flags);
438 spin_unlock_irqrestore(&upriv->req_lock, flags);
471 spin_lock_irqsave(&upriv->req_lock, flags);
495 spin_unlock_irqrestore(&upriv->req_lock, flags);
511 spin_unlock_irqrestore(&upriv->req_lock, flags);
522 spin_lock_irqsave(&upriv->req_lock, flag
[all...]
/drivers/video/omap/
H A Dhwa742.c119 spinlock_t req_lock; member in struct:__anon5743
253 spin_lock_irqsave(&hwa742.req_lock, flags);
258 spin_unlock_irqrestore(&hwa742.req_lock, flags);
270 spin_lock_irqsave(&hwa742.req_lock, flags);
276 spin_unlock_irqrestore(&hwa742.req_lock, flags);
283 spin_lock_irqsave(&hwa742.req_lock, flags);
292 spin_unlock_irqrestore(&hwa742.req_lock, flags);
304 spin_lock_irqsave(&hwa742.req_lock, flags);
307 spin_unlock_irqrestore(&hwa742.req_lock, flags);
315 spin_lock_irqsave(&hwa742.req_lock, flag
[all...]
H A Dblizzard.c181 spinlock_t req_lock; member in struct:blizzard_struct
381 spin_lock_irqsave(&blizzard.req_lock, flags);
386 spin_unlock_irqrestore(&blizzard.req_lock, flags);
398 spin_lock_irqsave(&blizzard.req_lock, flags);
404 spin_unlock_irqrestore(&blizzard.req_lock, flags);
411 spin_lock_irqsave(&blizzard.req_lock, flags);
420 spin_unlock_irqrestore(&blizzard.req_lock, flags);
432 spin_lock_irqsave(&blizzard.req_lock, flags);
435 spin_unlock_irqrestore(&blizzard.req_lock, flags);
443 spin_lock_irqsave(&blizzard.req_lock, flag
[all...]
/drivers/block/drbd/
H A Ddrbd_int.h1020 spinlock_t req_lock; member in struct:drbd_conf
1083 struct hlist_head *ee_hash; /* is proteced by req_lock! */
1090 struct hlist_head *app_reads_hash; /* is proteced by req_lock */
1696 * current state as soon as the spinlock (req_lock) was taken.
1862 spin_lock_irqsave(&mdev->req_lock, flags);
1864 spin_unlock_irqrestore(&mdev->req_lock, flags);
2360 spin_lock_irq(&mdev->req_lock);
2364 spin_unlock_irq(&mdev->req_lock);

Completed in 88 milliseconds