[go: nahoru, domu]

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

/drivers/media/platform/omap3isp/
H A Dispccdc.h72 spinlock_t req_lock; member in struct:ispccdc_lsc
/drivers/usb/gadget/function/
H A Duvc.h124 spinlock_t req_lock; member in struct:uvc_video
H A Du_ether.c62 spinlock_t req_lock; /* guard {rx,tx}_reqs */ member in struct:eth_dev
340 spin_lock(&dev->req_lock);
342 spin_unlock(&dev->req_lock);
391 spin_lock(&dev->req_lock);
402 spin_unlock(&dev->req_lock);
413 spin_lock_irqsave(&dev->req_lock, flags);
422 spin_unlock_irqrestore(&dev->req_lock, flags);
425 spin_lock_irqsave(&dev->req_lock, flags);
427 spin_unlock_irqrestore(&dev->req_lock, flags);
432 spin_lock_irqsave(&dev->req_lock, flag
[all...]
/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c244 spinlock_t req_lock; member in struct:ezusb_priv
389 spin_lock_irqsave(&upriv->req_lock, flags);
393 spin_unlock_irqrestore(&upriv->req_lock, flags);
395 spin_lock_irqsave(&upriv->req_lock, flags);
404 spin_unlock_irqrestore(&upriv->req_lock, flags);
423 spin_unlock_irqrestore(&upriv->req_lock, flags);
456 spin_lock_irqsave(&upriv->req_lock, flags);
480 spin_unlock_irqrestore(&upriv->req_lock, flags);
496 spin_unlock_irqrestore(&upriv->req_lock, flags);
507 spin_lock_irqsave(&upriv->req_lock, flag
[all...]
/drivers/usb/gadget/udc/
H A Dmv_u3d.h300 spinlock_t req_lock; /* ep lock */ member in struct:mv_u3d_ep
/drivers/video/fbdev/omap/
H A Dhwa742.c117 spinlock_t req_lock; member in struct:__anon7171
251 spin_lock_irqsave(&hwa742.req_lock, flags);
256 spin_unlock_irqrestore(&hwa742.req_lock, flags);
268 spin_lock_irqsave(&hwa742.req_lock, flags);
274 spin_unlock_irqrestore(&hwa742.req_lock, flags);
281 spin_lock_irqsave(&hwa742.req_lock, flags);
290 spin_unlock_irqrestore(&hwa742.req_lock, flags);
302 spin_lock_irqsave(&hwa742.req_lock, flags);
305 spin_unlock_irqrestore(&hwa742.req_lock, flags);
313 spin_lock_irqsave(&hwa742.req_lock, flag
[all...]
/drivers/block/drbd/
H A Ddrbd_int.h687 spinlock_t req_lock; member in struct:drbd_resource
761 * protected by resource->req_lock */
805 /* protected by ..->resource->req_lock */
1822 spin_lock_irqsave(&device->resource->req_lock, flags);
1824 spin_unlock_irqrestore(&device->resource->req_lock, flags);
2279 spin_lock_irq(&device->resource->req_lock);
2283 spin_unlock_irq(&device->resource->req_lock);

Completed in 199 milliseconds