Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dhso.c228 spinlock_t serial_lock; member
1202 spin_lock_irqsave(&serial->serial_lock, flags); in hso_std_serial_read_bulk_callback()
1205 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_std_serial_read_bulk_callback()
1218 spin_lock_irqsave(&serial->serial_lock, flags); in hso_unthrottle_tasklet()
1223 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_unthrottle_tasklet()
1336 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_write()
1343 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_serial_write()
1357 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_write_room()
1359 spin_unlock_irqrestore(&serial->serial_lock, flags); in hso_serial_write_room()
1388 spin_lock_irqsave(&serial->serial_lock, flags); in hso_serial_set_termios()
[all …]
/linux/drivers/md/
H A Dmd.h97 spinlock_t serial_lock; member
H A Draid1.c66 spin_lock_irqsave(&serial->serial_lock, flags); in check_and_add_serial()
75 spin_unlock_irqrestore(&serial->serial_lock, flags); in check_and_add_serial()
103 spin_lock_irqsave(&serial->serial_lock, flags); in remove_serial()
115 spin_unlock_irqrestore(&serial->serial_lock, flags); in remove_serial()
H A Dmd.c180 spin_lock_init(&serial_tmp->serial_lock); in rdev_init_serial()