Lines Matching refs:device_lock
216 spinlock_t device_lock; member
622 spin_lock_irqsave(&kaweth->device_lock, flags); in kaweth_usb_receive()
624 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_usb_receive()
627 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_usb_receive()
795 spin_lock_irq(&kaweth->device_lock); in kaweth_start_xmit()
807 spin_unlock_irq(&kaweth->device_lock); in kaweth_start_xmit()
840 spin_unlock_irq(&kaweth->device_lock); in kaweth_start_xmit()
928 spin_lock_irqsave(&kaweth->device_lock, flags); in kaweth_suspend()
930 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_suspend()
944 spin_lock_irqsave(&kaweth->device_lock, flags); in kaweth_resume()
946 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_resume()
1005 spin_lock_init(&kaweth->device_lock); in kaweth_probe()