Searched refs:tty_set_tx_buf (Results 1 – 3 of 3) sorted by relevance
108 int tty_set_tx_buf(struct tty_serial *tty, void *buf, size_t size);
75 tty_set_tx_buf(&console_serial, console_txbuf, sizeof(console_txbuf)); in console_init()
280 int tty_set_tx_buf(struct tty_serial *tty, void *buf, size_t size) in tty_set_tx_buf() function