Searched refs:tty_putchar (Results 1 – 1 of 1) sorted by relevance
13 static int tty_putchar(struct tty_serial *tty, uint8_t c);58 tty_putchar(tty, '~'); in tty_irq_input_hook()69 static int tty_putchar(struct tty_serial *tty, uint8_t c) in tty_putchar() function118 res = tty_putchar(tty, *p++); in tty_write()