Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/usb/
Dhso.c387 static spinlock_t serial_table_lock; variable
620 spin_lock_irqsave(&serial_table_lock, flags); in get_serial_by_index()
623 spin_unlock_irqrestore(&serial_table_lock, flags); in get_serial_by_index()
633 spin_lock_irqsave(&serial_table_lock, flags); in get_free_serial_index()
636 spin_unlock_irqrestore(&serial_table_lock, flags); in get_free_serial_index()
640 spin_unlock_irqrestore(&serial_table_lock, flags); in get_free_serial_index()
650 spin_lock_irqsave(&serial_table_lock, flags); in set_serial_by_index()
655 spin_unlock_irqrestore(&serial_table_lock, flags); in set_serial_by_index()
3227 spin_lock_init(&serial_table_lock); in hso_init()