Lines Matching defs:ops
443 tty->ops->write(tty, "\r\n", 2);
465 tty->ops->write(tty, " ", spaces);
591 i = tty->ops->write(tty, buf, i);
793 if (echoed && tty->ops->flush_chars)
794 tty->ops->flush_chars(tty);
810 if (echoed && tty->ops->flush_chars)
811 tty->ops->flush_chars(tty);
1645 if (tty->ops->flush_chars)
1646 tty->ops->flush_chars(tty);
2400 if (tty->ops->flush_chars)
2401 tty->ops->flush_chars(tty);
2407 c = tty->ops->write(tty, b, nr);
2473 if (tty->ops->write && !tty_is_writelocked(tty) &&
2539 * @ops: struct tty_ldisc_ops where to save N_TTY methods
2544 void n_tty_inherit_ops(struct tty_ldisc_ops *ops)
2546 *ops = n_tty_ops;
2547 ops->owner = NULL;
2548 ops->refcount = ops->flags = 0;