Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dicom.c121 static spinlock_t icom_lock; variable
284 spin_lock_irqsave(&icom_lock, flags); in stop_processor()
306 spin_unlock_irqrestore(&icom_lock, flags); in stop_processor()
315 spin_lock_irqsave(&icom_lock, flags); in start_processor()
337 spin_unlock_irqrestore(&icom_lock, flags); in start_processor()
547 spin_lock_irqsave(&icom_lock, flags); in startup()
572 spin_unlock_irqrestore(&icom_lock, flags); in startup()
583 spin_lock_irqsave(&icom_lock, flags); in shutdown()
607 spin_unlock_irqrestore(&icom_lock, flags); in shutdown()
1619 spin_lock_init(&icom_lock); in icom_init()