Searched refs:asynclock (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/usb/misc/ |
D | uss720.c | 69 spinlock_t asynclock; member 101 spin_lock_irqsave(&priv->asynclock, flags); in destroy_async() 103 spin_unlock_irqrestore(&priv->asynclock, flags); in destroy_async() 177 spin_lock_irqsave(&priv->asynclock, flags); in submit_async_request() 179 spin_unlock_irqrestore(&priv->asynclock, flags); in submit_async_request() 195 spin_lock_irqsave(&priv->asynclock, flags); in kill_all_async_requests_priv() 200 spin_unlock_irqrestore(&priv->asynclock, flags); in kill_all_async_requests_priv() 717 spin_lock_init(&priv->asynclock); in uss720_probe()
|
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/ |
D | hif.c | 313 spin_lock_irqsave(&device->asynclock, flags); in AddToAsyncList() 327 spin_unlock_irqrestore(&device->asynclock, flags); in AddToAsyncList() 424 spin_lock_irqsave(&device->asynclock, flags); in async_task() 433 spin_unlock_irqrestore(&device->asynclock, flags); in async_task() 458 spin_lock_irqsave(&device->asynclock, flags); in async_task() 460 spin_unlock_irqrestore(&device->asynclock, flags); in async_task() 844 spin_lock_init(&device->asynclock); in hifDeviceInserted()
|
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/include/ |
D | hif_internal.h | 65 spinlock_t asynclock; member
|