Lines Matching refs:device_lock
204 spinlock_t device_lock; member
610 spin_lock_irqsave(&kaweth->device_lock, flags); in kaweth_usb_receive()
612 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_usb_receive()
615 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_usb_receive()
783 spin_lock_irq(&kaweth->device_lock); in kaweth_start_xmit()
795 spin_unlock_irq(&kaweth->device_lock); in kaweth_start_xmit()
828 spin_unlock_irq(&kaweth->device_lock); in kaweth_start_xmit()
916 spin_lock_irqsave(&kaweth->device_lock, flags); in kaweth_suspend()
918 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_suspend()
932 spin_lock_irqsave(&kaweth->device_lock, flags); in kaweth_resume()
934 spin_unlock_irqrestore(&kaweth->device_lock, flags); in kaweth_resume()
993 spin_lock_init(&kaweth->device_lock); in kaweth_probe()