Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dhso.c373 static spinlock_t serial_table_lock; variable
606 spin_lock_irqsave(&serial_table_lock, flags); in get_serial_by_index()
609 spin_unlock_irqrestore(&serial_table_lock, flags); in get_serial_by_index()
619 spin_lock_irqsave(&serial_table_lock, flags); in get_free_serial_index()
622 spin_unlock_irqrestore(&serial_table_lock, flags); in get_free_serial_index()
626 spin_unlock_irqrestore(&serial_table_lock, flags); in get_free_serial_index()
636 spin_lock_irqsave(&serial_table_lock, flags); in set_serial_by_index()
641 spin_unlock_irqrestore(&serial_table_lock, flags); in set_serial_by_index()
3236 spin_lock_init(&serial_table_lock); in hso_init()