Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/usb/
Dhso.c228 spinlock_t serial_lock; member
1203 spin_lock_irqsave(&serial->serial_lock, flags); in hso_std_serial_read_bulk_callback()
1206 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_std_serial_read_bulk_callback()
1219 spin_lock_irqsave(&serial->serial_lock, flags); in hso_unthrottle_tasklet()
1224 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_unthrottle_tasklet()
1337 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_write()
1344 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_serial_write()
1358 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_write_room()
1360 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_serial_write_room()
1389 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_set_termios()
[all …]
/Linux-v6.6/drivers/md/
Dmd.h41 spinlock_t serial_lock; member
Draid1.c68 spin_lock_irqsave(&serial->serial_lock, flags); in check_and_add_serial()
77 spin_unlock_irqrestore(&serial->serial_lock, flags); in check_and_add_serial()
105 spin_lock_irqsave(&serial->serial_lock, flags); in remove_serial()
117 spin_unlock_irqrestore(&serial->serial_lock, flags); in remove_serial()
Dmd.c163 spin_lock_init(&serial_tmp->serial_lock); in rdev_init_serial()