Searched defs:req_lock (Results 1 - 7 of 7) sorted by relevance
/drivers/media/platform/omap3isp/ |
H A D | ispccdc.h | 72 spinlock_t req_lock; member in struct:ispccdc_lsc
|
/drivers/usb/gadget/function/ |
H A D | uvc.h | 124 spinlock_t req_lock; member in struct:uvc_video
|
H A D | u_ether.c | 62 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 D | orinoco_usb.c | 244 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 D | mv_u3d.h | 300 spinlock_t req_lock; /* ep lock */ member in struct:mv_u3d_ep
|
/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 117 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 D | drbd_int.h | 687 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 226 milliseconds