Lines Matching defs:flags
286 unsigned long flags;
289 spin_lock_irqsave(&port->lock, flags);
291 spin_unlock_irqrestore(&port->lock, flags);
306 unsigned long flags;
308 spin_lock_irqsave(&port->lock, flags);
311 spin_unlock_irqrestore(&port->lock, flags);
349 unsigned long flags;
351 spin_lock_irqsave(&port->lock, flags);
355 set_bit(TTY_IO_ERROR, &tty->flags);
357 spin_unlock_irqrestore(&port->lock, flags);
451 * - port flags and counts
467 unsigned long flags;
494 spin_lock_irqsave(&port->lock, flags);
497 spin_unlock_irqrestore(&port->lock, flags);
508 if (port->flags & ASYNC_HUP_NOTIFY)
534 spin_lock_irqsave(&port->lock, flags);
538 spin_unlock_irqrestore(&port->lock, flags);
563 unsigned long flags;
568 spin_lock_irqsave(&port->lock, flags);
581 spin_unlock_irqrestore(&port->lock, flags);
584 spin_unlock_irqrestore(&port->lock, flags);
608 unsigned long flags;
613 spin_lock_irqsave(&port->lock, flags);
616 spin_unlock_irqrestore(&port->lock, flags);
619 spin_lock_irqsave(&port->lock, flags);
622 spin_unlock_irqrestore(&port->lock, flags);
639 set_bit(TTY_IO_ERROR, &tty->flags);
688 clear_bit(TTY_IO_ERROR, &tty->flags);