Lines Matching defs:ops
433 tty->ops->write(tty, "\r\n", 2);
455 tty->ops->write(tty, " ", spaces);
579 i = tty->ops->write(tty, buf, i);
780 if (echoed && tty->ops->flush_chars)
781 tty->ops->flush_chars(tty);
797 if (echoed && tty->ops->flush_chars)
798 tty->ops->flush_chars(tty);
1638 if (tty->ops->flush_chars)
1639 tty->ops->flush_chars(tty);
2399 if (tty->ops->flush_chars)
2400 tty->ops->flush_chars(tty);
2406 num = tty->ops->write(tty, b, nr);
2472 if (tty->ops->write && !tty_is_writelocked(tty) &&
2540 * @ops: struct tty_ldisc_ops where to save N_TTY methods
2545 void n_tty_inherit_ops(struct tty_ldisc_ops *ops)
2547 *ops = n_tty_ops;
2548 ops->owner = NULL;