| tag | line | file | source code |
|---|---|---|---|
| flush_chars | 563 | drivers/char/n_tty.c | if (tty->driver.flush_chars) |
| flush_chars | 564 | drivers/char/n_tty.c | tty->driver.flush_chars(tty); |
| flush_chars | 939 | drivers/char/n_tty.c | if (tty->driver.flush_chars) |
| flush_chars | 940 | drivers/char/n_tty.c | tty->driver.flush_chars(tty); |
| flush_chars | 2289 | drivers/char/serial.c | serial_driver.flush_chars = rs_flush_chars; |
| flush_chars | 129 | include/linux/tty_driver.h | void (*flush_chars)(struct tty_struct *tty); |