Home
last modified time | relevance | path

Searched refs:icom_lock (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dicom.c136 static spinlock_t icom_lock; variable
297 spin_lock_irqsave(&icom_lock, flags); in stop_processor()
319 spin_unlock_irqrestore(&icom_lock, flags); in stop_processor()
328 spin_lock_irqsave(&icom_lock, flags); in start_processor()
350 spin_unlock_irqrestore(&icom_lock, flags); in start_processor()
560 spin_lock_irqsave(&icom_lock, flags); in startup()
585 spin_unlock_irqrestore(&icom_lock, flags); in startup()
596 spin_lock_irqsave(&icom_lock, flags); in shutdown()
620 spin_unlock_irqrestore(&icom_lock, flags); in shutdown()
1631 spin_lock_init(&icom_lock); in icom_init()