tag | line | file | source code |
flush_chars | 2477 | drivers/char/cyclades.c | cy_serial_driver.flush_chars = cy_flush_chars; |
flush_chars | 566 | drivers/char/n_tty.c | if (tty->driver.flush_chars) |
flush_chars | 567 | drivers/char/n_tty.c | tty->driver.flush_chars(tty); |
flush_chars | 937 | drivers/char/n_tty.c | if (tty->driver.flush_chars) |
flush_chars | 938 | drivers/char/n_tty.c | tty->driver.flush_chars(tty); |
flush_chars | 2428 | 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); |